#4032 closed Feature Requests (fixed)
Move MultiArray concepts out of detail namespace
Reported by: | Owned by: | Ronald Garcia | |
---|---|---|---|
Milestone: | To Be Determined | Component: | multi_array |
Version: | Boost 1.42.0 | Severity: | Not Applicable |
Keywords: | Cc: |
Description
Please consider moving boost::detail::ConstMultiArrayConcept and boost::detail::MutableMultiArrayConcept into a non-detail namespace. These are quite useful for testing implementations. Making them public and documenting them in the reference would be worthwhile.
Note:
See TracTickets
for help on using tickets.
(In [62611]) Moved Collection concept into Boost.ConceptCheck; moved other MultiArray concepts into boost::multi_array_concepts and documented them in reference.xml (do not know how to rebuild HTML from that); fixes #4032