summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
authorEric Niebler <eric@boostpro.com>2006-02-14 02:04:22 +0000
committerEric Niebler <eric@boostpro.com>2006-02-14 02:04:22 +0000
commit1579d94735fddc1f0ffd400d85265f0dcf482648 (patch)
treec632904dc5b42f9c3487dfd7ac16ea08feabd486 /index.htm
parent6c43df8c0d709e162e9cbb7248dce073a007090a (diff)
downloadboost-1579d94735fddc1f0ffd400d85265f0dcf482648.tar.gz
add news items about Foreach and Xpressive
[SVN r32908]
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm18
1 files changed, 18 insertions, 0 deletions
diff --git a/index.htm b/index.htm
index 04db2a95e4..b47990e162 100644
--- a/index.htm
+++ b/index.htm
@@ -135,6 +135,24 @@
<div class="section-body-1">
<h3>???, 2006 - Version 1.34.0</h3>
+ <h4>New Libraries</h4>
+
+ <ul>
+
+ <li><span class="library"><a href=
+ "doc/html/foreach.html">Foreach Library</a>:</span>
+ <tt>BOOST_FOREACH</tt> macro for easily iterating over
+ the elements of a sequence, from Eric 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>
+
+ </ul>
+
<h4>Updated Libraries</h4>
<ul>