|
|
@@ -338,14 +338,28 @@
|
|
|
|
|
|
<li><span class="library"><a href=
|
|
|
"libs/multi_array/index.html">MultiArray
|
|
|
- Library</a>:</span> Boost.MultiArray now by default
|
|
|
- provides range-checking for
|
|
|
- <code>operator[]</code>. Range checking can be
|
|
|
- disabled by defining the macro
|
|
|
- <code>BOOST_DISABLE_ASSERTS</code> before including
|
|
|
- <tt>multi_array.hpp</tt>. A bug in
|
|
|
- <code>multi_array::resize()</code> related
|
|
|
- to storage orders was fixed.</li>
|
|
|
+ Library</a>:</span>
|
|
|
+ <ul>
|
|
|
+ <li>Boost.MultiArray now by default
|
|
|
+ provides range-checking for
|
|
|
+ <code>operator[]</code>. Range checking can be
|
|
|
+ disabled by defining the macro
|
|
|
+ <code>BOOST_DISABLE_ASSERTS</code> before
|
|
|
+ including <tt>multi_array.hpp</tt>.</li>
|
|
|
+
|
|
|
+ <li> A bug in
|
|
|
+ <code>multi_array::resize()</code> related
|
|
|
+ to storage orders was fixed.</li>
|
|
|
+
|
|
|
+ <li><code>multi_array::resize()</code>
|
|
|
+ can now be called with a model of
|
|
|
+ the <code>Collection</code> concept to
|
|
|
+ specify the new extents.</li>
|
|
|
+
|
|
|
+ <li>A bug in the comparison routine for
|
|
|
+ view iterators was fixed.</li>
|
|
|
+ </ul>
|
|
|
+ </li>
|
|
|
|
|
|
<li>
|
|
|
<span class="library"><a href=
|