summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
authorPavol Droba <droba@topmail.sk>2006-03-20 13:06:59 +0000
committerPavol Droba <droba@topmail.sk>2006-03-20 13:06:59 +0000
commite31f37f7fb219e4d2af5ff4b8c50ac95bc1a251f (patch)
tree4ac2685588fa82a98083defbe0d7dd42d796c9fc /index.htm
parentd7ac318fc5e5ec15bf45714897dcfb6691fdbe0f (diff)
downloadboost-e31f37f7fb219e4d2af5ff4b8c50ac95bc1a251f.tar.gz
string_algo update added to the front page
[SVN r33405]
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm47
1 files changed, 31 insertions, 16 deletions
diff --git a/index.htm b/index.htm
index 9d0bc7c8e0..6e40fc8df2 100644
--- a/index.htm
+++ b/index.htm
@@ -472,6 +472,21 @@
</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
Library</a>:</span>
@@ -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