mirror of
https://github.com/boostorg/boost.git
synced 2025-04-19 11:43:50 +00:00
add news items about Foreach and Xpressive
[SVN r32908]
This commit is contained in:
parent
6c43df8c0d
commit
1579d94735
1 changed files with 18 additions and 0 deletions
18
index.htm
18
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>
|
||||
|
|
Loading…
Add table
Reference in a new issue