Ver Fonte

merged from trunk to branch

[SVN r33491]
Joaquín M. López Muñoz há 20 anos atrás
pai
commit
0706fa2e72
1 ficheiros alterados com 24 adições e 24 exclusões
  1. 24 24
      index.htm

+ 24 - 24
index.htm

@@ -148,12 +148,10 @@
                           Niebler.</li>
 
                           <li><span class="library"><a href=
-                          "doc/html/xpressive.html">Xpressive
-                          Library</a>:</span> Regular expressions that can be
-                          written as strings or as expression templates, and
-                          that can refer to each other and themselves
-                          recursively with the power of context-free
-                          grammars, from Eric Niebler.</li>
+                          "libs/statechart/doc/index.html">Statechart 
+                          Library</a>:</span> Arbitrarily complex finite state
+                          machines can be implemented in easily readable and
+                          maintainable C++ code, from Andreas Huber.</li>
 
                           <li><span class="library"><a href=
                           "libs/tr1/index.html">TR1 Library</a>:</span> An
@@ -171,17 +169,19 @@
                           Generators and Distributions, Tuples, Fixed Size
                           Array, Hash Function Objects, Regular Expressions,
                           and Complex Number Additional Algorithms.</li>
-                          
-                          <li><span class="library"><a href=
-                          "libs/statechart/doc/index.html">Statechart 
-                          Library</a>:</span> Arbitrarily complex finite state
-                          machines can be implemented in easily readable and
-                          maintainable C++ code, from Andreas Huber.</li>
 
                           <li><span class="library"><a href=
                           "doc/html/boost_typeof.html">Typeof 
                           Library</a>:</span> Typeof operator emulation, 
-			  from Arkadiy Vertleyb and Peder Holt.</li>
+                          from Arkadiy Vertleyb and Peder Holt.</li>
+			  
+                          <li><span class="library"><a href=
+                          "doc/html/xpressive.html">Xpressive
+                          Library</a>:</span> Regular expressions that can be
+                          written as strings or as expression templates, and
+                          that can refer to each other and themselves
+                          recursively with the power of context-free
+                          grammars, from Eric Niebler.</li>
                         </ul>
 
                         <h4>Updated Libraries</h4>
@@ -204,17 +204,6 @@
                             </ul>
                           </li>
 
-                          <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>
-
                           <li>
                             <span class="library"><a href=
                             "libs/filesystem/doc/index.htm">Filesystem
@@ -347,6 +336,17 @@
                             </ul>
                           </li>
 
+                          <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>
+
                           <li>
                             <span class="library"><a href=
                             "libs/multi_index/doc/index.html">Multi-index

粤ICP备19079148号