[cfe-dev] int32_t for c++

Howard Hinnant hhinnant at apple.com
Mon Jul 26 07:26:33 PDT 2010


On Jul 26, 2010, at 10:19 AM, Jochen Wilhelmy wrote:

> Hi!
> 
> this might be a bit off-topic but I hope to geht the right answer here:
> fixed width types such as int32_t curently are only defined in the
> C99 standard (in stdint.h). Are there any plans to introduce these types
> into a new C++ standard?

Yes.  Here is a draft of that new standard:

http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3092.pdf

See [cstdint].

-Howard




More information about the cfe-dev mailing list