mirror of
https://github.com/boostorg/boost.git
synced 2025-04-17 10:35:45 +00:00
Added Wave library specifics to the what's new section.
[SVN r32941]
This commit is contained in:
parent
2b92c7a5bc
commit
dc3d7306f4
1 changed files with 17 additions and 17 deletions
34
index.htm
34
index.htm
|
@ -56,7 +56,7 @@
|
|||
"more/license_info.html">Boost license</a> encourages
|
||||
both commercial and non-commercial use.</p>
|
||||
|
||||
<p>We aim to establish "existing practice" and
|
||||
<p>We aim to establish "existing practice" and
|
||||
provide reference implementations so that Boost
|
||||
libraries are suitable for eventual standardization.
|
||||
Ten Boost libraries are already included in the
|
||||
|
@ -90,7 +90,6 @@
|
|||
"more/background.html">Background Information
|
||||
page</a> has introductory material to help those
|
||||
educating their organization about Boost.</span></p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -228,8 +227,7 @@
|
|||
<a href="libs/python/doc/v2/docstring_options.html"
|
||||
><code>docstring_options.hpp</code></a>
|
||||
header is available to control the
|
||||
content of docstrings.
|
||||
</li>
|
||||
content of docstrings. </li>
|
||||
|
||||
<li><span
|
||||
class="library"><a
|
||||
|
@ -239,14 +237,21 @@
|
|||
<li>Every ArgumentPack is now a valid <a href="libs/mpl/doc/refmanual/forward-sequence.html">MPL Forward Sequence</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><span class="library"><a href="libs/wave/doc/index.html">Wave Library</a>:</span>
|
||||
<ul>
|
||||
<li>Wave now correctly recognizes pp-number tokens as mandated by the C++ Standard, which are converted to C++ tokens right before they are returned from the library.</li>
|
||||
<li>Several new preprocessing hooks have been added. For a complete description please refer to the related documentation page: <a href="libs/wave/doc/class_reference_ctxpolicy.html">The Context Policy</a>.</li>
|
||||
<li>Shared library (dll) support has been added for the generated Wave libraries.</li>
|
||||
<li>The overall error handling has been improved. It is now possible to recover and continue after an error or warning was issued. </li>
|
||||
<li>Support for optional comment and/or full whitespace preservation in the generated output stream has been added. </li>
|
||||
<li>This version also includes a number of bug fixes and usage improvements. For a complete list of changes, see the library <a href="libs/wave/ChangeLog">change log</a>.</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</td>
|
||||
<div class="clear"></div> </td>
|
||||
|
||||
<td id="sidebars-top">
|
||||
<div class="sidebar" id="boost-sidebar">
|
||||
|
@ -308,18 +313,15 @@
|
|||
"search-choice"><select name="hq" id="hq">
|
||||
<option label="Boost" value=
|
||||
"site:www.boost.org">
|
||||
Boost
|
||||
</option>
|
||||
Boost </option>
|
||||
|
||||
<option label="Documentation" value=
|
||||
"site:www.boost.org inurl:www.boost.org/libs OR inurl:www.boost.org/doc">
|
||||
Documentation
|
||||
</option>
|
||||
Documentation </option>
|
||||
|
||||
<option label="Mailing Lists" value=
|
||||
"site:lists.boost.org">
|
||||
Mailing Lists
|
||||
</option>
|
||||
Mailing Lists </option>
|
||||
</select></span> <span id="go"><input type=
|
||||
"image" name="search" src="more/space.gif"
|
||||
alt="Search" id="search-button" /></span>
|
||||
|
@ -514,8 +516,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</div> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
@ -571,8 +572,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</div> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue