added dimensionality constant to multi_array and multi_array_ref synopses.

[SVN r76451]
This commit is contained in:
Ronald Garcia 2012-01-13 15:44:48 +00:00
parent daaa3f21f7
commit efc4219993

View File

@ -51,7 +51,7 @@ public:
typedef multi_array_types::extent_gen extent_gen;
typedef multi_array_types::extent_range extent_range;
typedef *unspecified* storage_order_type;
// template typedefs
template <std::size_t Dims> struct subarray;
@ -60,6 +60,9 @@ public:
template <std::size_t Dims> struct const_array_view;
static const std::size_t dimensionality = NumDims;
// constructors and destructors
multi_array();