Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / config / compiler / visualc.hpp
index e2ea270..092252e 100644 (file)
 // TR1 features:
 //
 #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_TYPE_TRAITS  // 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_UNORDERED_MAP
 # define BOOST_HAS_TR1_UNORDERED_SET
 #endif