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