Просмотр исходного кода

string_algo update added to the front page

[SVN r33405]
Pavol Droba 20 лет назад
Родитель
Сommit
e31f37f7fb
1 измененных файлов с 31 добавлено и 16 удалено
  1. 31 16
      index.htm

+ 31 - 16
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 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

粤ICP备19079148号