Mercurial > hg > vamp-build-and-test
annotate DEPENDENCIES/generic/include/boost/concept/detail/backward_compatibility.hpp @ 125:34e428693f5d vext
Vext -> Repoint
author | Chris Cannam |
---|---|
date | Thu, 14 Jun 2018 11:15:39 +0100 |
parents | 2665513ce2d3 |
children |
rev | line source |
---|---|
Chris@16 | 1 // Copyright David Abrahams 2009. Distributed under the Boost |
Chris@16 | 2 // Software License, Version 1.0. (See accompanying |
Chris@16 | 3 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
Chris@16 | 4 #ifndef BOOST_CONCEPT_BACKWARD_COMPATIBILITY_DWA200968_HPP |
Chris@16 | 5 # define BOOST_CONCEPT_BACKWARD_COMPATIBILITY_DWA200968_HPP |
Chris@16 | 6 |
Chris@16 | 7 namespace boost |
Chris@16 | 8 { |
Chris@16 | 9 namespace concepts {} |
Chris@16 | 10 |
Chris@16 | 11 # if defined(BOOST_HAS_CONCEPTS) && !defined(BOOST_CONCEPT_NO_BACKWARD_KEYWORD) |
Chris@16 | 12 namespace concept = concepts; |
Chris@16 | 13 # endif |
Chris@16 | 14 } // namespace boost::concept |
Chris@16 | 15 |
Chris@16 | 16 #endif // BOOST_CONCEPT_BACKWARD_COMPATIBILITY_DWA200968_HPP |