Stop using BOOST_NO_CONCEPTS macro as it's going to be removed from Boost.Config.

[SVN r70473]
This commit is contained in:
John Maddock
2011-03-23 12:20:49 +00:00
parent 7dec68923d
commit a16e4a65da

View File

@@ -8,7 +8,7 @@ namespace boost
{
namespace concepts {}
# if !defined(BOOST_NO_CONCEPTS) && !defined(BOOST_CONCEPT_NO_BACKWARD_KEYWORD)
# if defined(BOOST_HAS_CONCEPTS) && !defined(BOOST_CONCEPT_NO_BACKWARD_KEYWORD)
namespace concept = concepts;
# endif
} // namespace boost::concept