mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 14:05:01 +00:00
string_algo update added to the front page
[SVN r33405]
This commit is contained in:
parent
d7ac318fc5
commit
e31f37f7fb
1 changed files with 29 additions and 14 deletions
43
index.htm
43
index.htm
|
@ -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 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>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>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
|
||||
|
|
Loading…
Add table
Reference in a new issue