|
|
@@ -471,6 +471,21 @@
|
|
|
</ul>
|
|
|
</li>
|
|
|
|
|
|
+ <li>
|
|
|
+ <span class="library"><a href="libs/algorithm/string/index.html">
|
|
|
+ String Algorithm Library</a>:<span>
|
|
|
+
|
|
|
+ <ul>
|
|
|
+ <li><code>lexicographical_compare</code></li>
|
|
|
+ <li><code>join</code></li>
|
|
|
+ <li>
|
|
|
+ New comparison predicates <code>is_less</code>, <code>is_not_greater</code>.
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ Negative indexes support (like Perl) in various algorihtms
|
|
|
+ (<code>*_head/tail</code>, <code>*_nth</code>).
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
<li>
|
|
|
<span class="library"><a href=
|
|
|
"libs/wave/doc/index.html">Wave
|
|
|
@@ -500,22 +515,22 @@
|
|
|
whitespace preservation in the generated output
|
|
|
stream has been added.</li>
|
|
|
|
|
|
- <li>The Wave library now performs automatic
|
|
|
- include guard detection to avoid accessing header
|
|
|
- files more than once, if appropriate. </li>
|
|
|
-
|
|
|
- <li>Full interactive mode has been added to the Wave
|
|
|
- tool. Now the Wave tool can be used just like Python
|
|
|
- or Perl for instance to interactively try out your
|
|
|
- BOOST_PP macros. Additionally it is now possible to
|
|
|
- load and save the current state of an interactive session
|
|
|
- (macro tables et.al.).</li>
|
|
|
-
|
|
|
- <li>The overall performance has been improved by upto
|
|
|
- 30-40%, depending on the concrete files to process. </li>
|
|
|
-
|
|
|
- <li>Support for new pragmas has been added allowing to control certain library features from inside the preprocessed sources (partial output redirection, control of generated whitespace and #line directives).<br />
|
|
|
- </li>
|
|
|
+ <li>The Wave library now performs automatic
|
|
|
+ include guard detection to avoid accessing header
|
|
|
+ files more than once, if appropriate. </li>
|
|
|
+
|
|
|
+ <li>Full interactive mode has been added to the Wave
|
|
|
+ tool. Now the Wave tool can be used just like Python
|
|
|
+ or Perl for instance to interactively try out your
|
|
|
+ BOOST_PP macros. Additionally it is now possible to
|
|
|
+ load and save the current state of an interactive session
|
|
|
+ (macro tables et.al.).</li>
|
|
|
+
|
|
|
+ <li>The overall performance has been improved by upto
|
|
|
+ 30-40%, depending on the concrete files to process. </li>
|
|
|
+
|
|
|
+ <li>Support for new pragmas has been added allowing to control certain library features from inside the preprocessed sources (partial output redirection, control of generated whitespace and #line directives).<br />
|
|
|
+ </li>
|
|
|
|
|
|
<li>This version also includes a number of bug
|
|
|
fixes and usage improvements. For a complete
|