$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r76451 - trunk/libs/multi_array/doc/xml
From: garcia_at_[hidden]
Date: 2012-01-13 10:44:53
Author: garcia
Date: 2012-01-13 10:44:48 EST (Fri, 13 Jan 2012)
New Revision: 76451
URL: http://svn.boost.org/trac/boost/changeset/76451
Log:
added dimensionality constant to multi_array and multi_array_ref synopses.
Text files modified:
trunk/libs/multi_array/doc/xml/multi_array.xml | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
Modified: trunk/libs/multi_array/doc/xml/multi_array.xml
==============================================================================
--- trunk/libs/multi_array/doc/xml/multi_array.xml (original)
+++ trunk/libs/multi_array/doc/xml/multi_array.xml 2012-01-13 10:44:48 EST (Fri, 13 Jan 2012)
@@ -51,7 +51,7 @@
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 @@
template <std::size_t Dims> struct const_array_view;
+ static const std::size_t dimensionality = NumDims;
+
+
// constructors and destructors
multi_array();