From 11d10caf9e4c785695d3aaef743a7ddc89ec7197 Mon Sep 17 00:00:00 2001 From: Ronald Garcia Date: Mon, 6 Mar 2006 21:42:27 +0000 Subject: [PATCH] mark change to MultiArray. [SVN r33240] --- index.htm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.htm b/index.htm index f350368dd2..f9e0716571 100644 --- a/index.htm +++ b/index.htm @@ -200,7 +200,9 @@ operator[]. Range checking can be disabled by defining the macro BOOST_DISABLE_ASSERTS before including - multi_array.hpp. + multi_array.hpp. A bug in + multi_array::resize() related + to storage orders was fixed.