|
||||
File indexing completed on 2025-01-30 09:34:47
0001 // Copyright David Abrahams 2009. Distributed under the Boost 0002 // Software License, Version 1.0. (See accompanying 0003 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 0004 #ifndef BOOST_CONCEPT_BACKWARD_COMPATIBILITY_DWA200968_HPP 0005 # define BOOST_CONCEPT_BACKWARD_COMPATIBILITY_DWA200968_HPP 0006 0007 namespace boost 0008 { 0009 namespace concepts {} 0010 0011 # if defined(BOOST_HAS_CONCEPTS) && !defined(BOOST_CONCEPT_NO_BACKWARD_KEYWORD) 0012 namespace concept = concepts; 0013 # endif 0014 } // namespace boost::concept 0015 0016 #endif // BOOST_CONCEPT_BACKWARD_COMPATIBILITY_DWA200968_HPP
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |