This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cstdint


Frode wrote:

>This is my first message on this list!
>
>I'm using gcc 3.4.3/3.4.4 distribution for Windows.
>
>I think cstdint header is missing; should it be added in future release
>of gcc c++ library?
>  
>
cstdint, whatever it means, is not part of the current C++ standard,
dated 2003, which we are implementing. Something with that name and
semantics closely related to C99 facilities is part of the so called TR1
(Technical Report 1), Chapter 8 exactly, and likely to appear in the
next C++ standard expected before the end of the decade.

For gcc4.0.x the libstdc++-v3 project started delivering parts of TR1,
this is an ongoing effort. At the moment there are no definite plans
concerning Chapter 8, tough.

Thanks,
Paolo.
   


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]