1234567891011121314151617181920212223242526 |
- #ifndef BOOST_MULTI_ARRAY_COLLECTION_CONCEPT_HPP
- #define BOOST_MULTI_ARRAY_COLLECTION_CONCEPT_HPP
- #include "boost/concept_check.hpp"
- namespace boost {
- namespace detail {
- namespace multi_array {
- using boost::CollectionConcept;
- }
- }
- }
- #endif
|