forked from boostorg/concept_check
Stop using BOOST_NO_CONCEPTS macro as it's going to be removed from Boost.Config.
[SVN r70473]
This commit is contained in:
@@ -8,7 +8,7 @@ namespace boost
|
|||||||
{
|
{
|
||||||
namespace concepts {}
|
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;
|
namespace concept = concepts;
|
||||||
# endif
|
# endif
|
||||||
} // namespace boost::concept
|
} // namespace boost::concept
|
||||||
|
Reference in New Issue
Block a user