Rogue Wave / Apache std lib doesn't have a complete type_traits header.

[SVN r70222]
This commit is contained in:
John Maddock
2011-03-20 12:21:19 +00:00
parent 8a0e258984
commit cb41a836d1

View File

@ -154,12 +154,14 @@
# endif
#endif
// C++0x headers not yet implemented
//
#if _RWSTD_VER < 0x05000000
# define BOOST_NO_0X_HDR_ARRAY
# define BOOST_NO_0X_HDR_TYPE_TRAITS
#endif
// type_traits header is incomplete:
# define BOOST_NO_0X_HDR_TYPE_TRAITS
//
// C++0x headers not yet implemented
//
# define BOOST_NO_0X_HDR_CHRONO
# define BOOST_NO_0X_HDR_CODECVT
# define BOOST_NO_0X_HDR_CONDITION_VARIABLE