Add support for <cstdint> in VC10.

Fixes #4182.

[SVN r62082]
This commit is contained in:
John Maddock
2010-05-18 12:02:23 +00:00
parent 623579d64c
commit 481fb45917

View File

@ -184,6 +184,9 @@
#define BOOST_NO_STATIC_ASSERT
#define BOOST_NO_NULLPTR
#endif // _MSC_VER < 1600
#if _MSC_VER >= 1600
#define BOOST_HAS_STDINT_H
#endif
// C++0x features not supported by any versions
#define BOOST_NO_CHAR16_T