[cfe-dev] int32_t for c++

Douglas Gregor dgregor at apple.com
Mon Jul 26 07:24:52 PDT 2010


On Jul 26, 2010, at 7: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?

They're already in the upcoming C++0x standard. See the latest working draft at

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

	- Doug





More information about the cfe-dev mailing list