forked from boostorg/config
There are no TR1 functions in C++17.
This commit is contained in:
@ -107,7 +107,7 @@
|
|||||||
//
|
//
|
||||||
// TR1 features:
|
// TR1 features:
|
||||||
//
|
//
|
||||||
#if _MSC_VER >= 1700
|
#if (_MSC_VER >= 1700) && defined(_HAS_CXX17) && (_HAS_CXX17 > 0)
|
||||||
// # define BOOST_HAS_TR1_HASH // don't know if this is true yet.
|
// # 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_TYPE_TRAITS // don't know if this is true yet.
|
||||||
# define BOOST_HAS_TR1_UNORDERED_MAP
|
# define BOOST_HAS_TR1_UNORDERED_MAP
|
||||||
|
Reference in New Issue
Block a user