This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: cstdint
Frode wrote:
> Thanks for the answer. It looks like, besides stdint.h, complex.h,
> fenv.h, stdbool.h, stdint.h and tgmath.h don't follow this pattern, too.
The "pattern" is simply explained considering that the C Standard
referenced by the C++ Standard regarding the c* headers is C90, *not*
C99: you are mentioning C99 facilities. As I said, things will probably
change for the next C++.
Paolo.