mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 04:47:16 +02:00
Noted that VS2012 has TR1 unordered map and set; thanks to NuSkooler for testing
[SVN r80143]
This commit is contained in:
@ -183,6 +183,16 @@
|
|||||||
# define BOOST_NO_RTTI
|
# define BOOST_NO_RTTI
|
||||||
#endif
|
#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
|
// C++0x features
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user