Noted that VS2012 has TR1 unordered map and set; thanks to NuSkooler for testing

[SVN r80143]
This commit is contained in:
Marshall Clow
2012-08-22 18:21:29 +00:00
parent ed2aaa3651
commit 38b6fbc1e7

View File

@ -183,6 +183,16 @@
# define BOOST_NO_RTTI
#endif
//
// TR1 features:
//
#if _MSC_VER >= 1700
// # define BOOST_HAS_TR1_HASH // don't know if this is true yet.
// # define BOOST_HAS_TR1_TYPE_TRAITS // don't know if this is true yet.
# define BOOST_HAS_TR1_UNORDERED_MAP
# define BOOST_HAS_TR1_UNORDERED_SET
#endif
//
// C++0x features
//