Chris@16: // Copyright 2002 The Trustees of Indiana University. Chris@16: Chris@16: // Use, modification and distribution is subject to the Boost Software Chris@16: // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at Chris@16: // http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: // Boost.MultiArray Library Chris@16: // Authors: Ronald Garcia Chris@16: // Jeremy Siek Chris@16: // Andrew Lumsdaine Chris@16: // See http://www.boost.org/libs/multi_array for documentation. Chris@16: Chris@16: #ifndef COLLECTION_CONCEPT_RG103101_HPP Chris@16: #define COLLECTION_CONCEPT_RG103101_HPP Chris@16: Chris@16: #include "boost/concept_check.hpp" Chris@16: Chris@16: namespace boost { Chris@16: namespace detail { Chris@16: namespace multi_array { // Old location for this Chris@16: using boost::CollectionConcept; Chris@16: } Chris@16: } Chris@16: Chris@16: } Chris@16: #endif // COLLECTION_CONCEPT_RG103101_HPP