Opened 13 years ago

Closed 12 years ago

Last modified 12 years ago

#4032 closed Feature Requests (fixed)

Move MultiArray concepts out of detail namespace

Reported by: rhys.ulerich@… 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.

Change History (2)

comment:1 by Jeremiah Willcock, 12 years ago

Resolution: fixed
Status: newclosed

(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

comment:2 by Jeremiah Willcock, 12 years ago

(In [65770]) Merged r47768 (new example) and r62611 (fix for bug #4032) from trunk; refs #4032

Note: See TracTickets for help on using tickets.