Sfoglia il codice sorgente

Updated the changes to MultiArray since last release.

[SVN r34102]
Ronald Garcia 20 anni fa
parent
commit
ad7a4c02b9
1 ha cambiato i file con 22 aggiunte e 8 eliminazioni
  1. 22 8
      index.htm

+ 22 - 8
index.htm

@@ -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=

粤ICP备19079148号