|
||||
File indexing completed on 2025-01-18 09:42:05
0001 // Copyright 2002 The Trustees of Indiana University. 0002 0003 // Use, modification and distribution is subject to the Boost Software 0004 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 0005 // http://www.boost.org/LICENSE_1_0.txt) 0006 0007 // Boost.MultiArray Library 0008 // Authors: Ronald Garcia 0009 // Jeremy Siek 0010 // Andrew Lumsdaine 0011 // See http://www.boost.org/libs/multi_array for documentation. 0012 0013 #ifndef BOOST_MULTI_ARRAY_COLLECTION_CONCEPT_HPP 0014 #define BOOST_MULTI_ARRAY_COLLECTION_CONCEPT_HPP 0015 0016 #include "boost/concept_check.hpp" 0017 0018 namespace boost { 0019 namespace detail { 0020 namespace multi_array { // Old location for this 0021 using boost::CollectionConcept; 0022 } 0023 } 0024 0025 } 0026 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |