summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
authorJoaquín M. López Muñoz <joaquin@tid.es>2006-03-28 06:36:05 +0000
committerJoaquín M. López Muñoz <joaquin@tid.es>2006-03-28 06:36:05 +0000
commit0706fa2e72b49ba379e20d6f747ca980093ce28e (patch)
treeff0976f6285c5014f921ff59224b82e050ab71f6 /index.htm
parentb730b9d5040b6d2e7fc2e952b5abc3638972378d (diff)
downloadboost-0706fa2e72b49ba379e20d6f747ca980093ce28e.tar.gz
merged from trunk to branch
[SVN r33491]
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm48
1 files changed, 24 insertions, 24 deletions
diff --git a/index.htm b/index.htm
index 259ca28f15..07db601771 100644
--- a/index.htm
+++ b/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