collection_concept.hpp 707 B

1234567891011121314151617181920212223242526
  1. // Copyright 2002 The Trustees of Indiana University.
  2. // Use, modification and distribution is subject to the Boost Software
  3. // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt)
  5. // Boost.MultiArray Library
  6. // Authors: Ronald Garcia
  7. // Jeremy Siek
  8. // Andrew Lumsdaine
  9. // See http://www.boost.org/libs/multi_array for documentation.
  10. #ifndef COLLECTION_CONCEPT_RG103101_HPP
  11. #define COLLECTION_CONCEPT_RG103101_HPP
  12. #include "boost/concept_check.hpp"
  13. namespace boost {
  14. namespace detail {
  15. namespace multi_array { // Old location for this
  16. using boost::CollectionConcept;
  17. }
  18. }
  19. }
  20. #endif // COLLECTION_CONCEPT_RG103101_HPP