Chris@16: // Copyright David Abrahams 2009. Distributed under the Boost Chris@16: // Software License, Version 1.0. (See accompanying Chris@16: // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@16: #ifndef BOOST_CONCEPT_BACKWARD_COMPATIBILITY_DWA200968_HPP Chris@16: # define BOOST_CONCEPT_BACKWARD_COMPATIBILITY_DWA200968_HPP Chris@16: Chris@16: namespace boost Chris@16: { Chris@16: namespace concepts {} Chris@16: Chris@16: # if defined(BOOST_HAS_CONCEPTS) && !defined(BOOST_CONCEPT_NO_BACKWARD_KEYWORD) Chris@16: namespace concept = concepts; Chris@16: # endif Chris@16: } // namespace boost::concept Chris@16: Chris@16: #endif // BOOST_CONCEPT_BACKWARD_COMPATIBILITY_DWA200968_HPP