|
|
@@ -339,26 +339,26 @@
|
|
|
<li><span class="library"><a href=
|
|
|
"libs/multi_array/index.html">MultiArray
|
|
|
Library</a>:</span>
|
|
|
- <ul>
|
|
|
- <li>Boost.MultiArray now by default
|
|
|
+ <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>
|
|
|
+ <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>
|
|
|
@@ -562,12 +562,12 @@
|
|
|
30-40%, depending on the concrete files to process. </li>
|
|
|
|
|
|
<li>Support for new pragmas has been added allowing to
|
|
|
- control certain library features from inside the
|
|
|
- preprocessed sources (partial output redirection,
|
|
|
- control of generated whitespace and #line directives).</li>
|
|
|
+ control certain library features from inside the
|
|
|
+ preprocessed sources (partial output redirection,
|
|
|
+ control of generated whitespace and #line directives).</li>
|
|
|
|
|
|
<li>Optional support for #pragma message "..."
|
|
|
- has been added. </li>
|
|
|
+ has been added. </li>
|
|
|
<li>This version also includes a number of bug
|
|
|
fixes and usage improvements. For a complete
|
|
|
list of changes, see the libraries <a href=
|