Opened 13 years ago
#4037 new Feature Requests
Create is_multi_array and is_const_multi_array type trait
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 creating Boost.TypeTraits-like is_multi_array and is_const_multi_array. It seems that the current concept checks are not usable for SFINAE purposes, e.g. using the Enable = void boost::enable_if trick.
Arises from discussions about getting MultiArray plugged into uBlas: http://lists.boost.org/MailArchives/ublas/2010/03/4107.php
Note:
See TracTickets
for help on using tickets.