Browse Source

updated description of range lib and put Neil's name where it should be.

[SVN r61532]
Thorsten Jørgen Ottosen 16 years ago
parent
commit
828e00c547
2 changed files with 13 additions and 12 deletions
  1. 12 11
      libs/libraries.htm
  2. 1 1
      libs/maintainers.txt

+ 12 - 11
libs/libraries.htm

@@ -231,9 +231,10 @@ how to download, build, and install the libraries.</p>
         Abrahams.</li>
     <li><a href="random/index.html">random</a> - A complete
         system for random number generation, from Jens Maurer.</li>
-    <li><a href="range/index.html">range</a> - A new infrastructure
-        for generic algorithms that builds on top
-        of the new iterator concepts, from Thorsten Ottosen.</li>
+    <li><a href="range/index.html">range</a> - Concepts and utilities for 
+        range-based algorithms, as well as range-based algorithms and range 
+        adaptors that allow for efficient and very expressive code, from 
+        Thorsten Ottosen and Neil Groves.</li> 
     <li><a href="rational/index.html">rational</a> - A rational
         number class, from Paul Moore.</li>
 
@@ -282,7 +283,7 @@ how to download, build, and install the libraries.</p>
     <li><a href="tokenizer/index.html">tokenizer</a> - Break of a string or other
       character sequence into a series of tokens, from John Bandela.</li>
     <li><a href="tr1/index.html">TR1</a> - An implementation of the Technical
-    	Report on C++ Library Extensions, using other Boost libraries as a basis, from John Maddock.</li>
+        Report on C++ Library Extensions, using other Boost libraries as a basis, from John Maddock.</li>
     <li><a href="../doc/html/tribool.html">tribool</a> - 3-state boolean type library, from Doug Gregor.</li>
     <li><a href="tuple/doc/tuple_users_guide.html">tuple</a> - Ease definition of functions returning multiple values, and more,
     from Jaakko J&auml;rvi.</li>
@@ -301,8 +302,8 @@ how to download, build, and install the libraries.</p>
         plus <b>checked_delete()</b>, <b>checked_array_delete()</b>, <b>next(),</b>&nbsp;
       <b>prior()</b>
         function templates, plus <b>base-from-member idiom</b>, from Dave Abrahams and others.</li>
-	<li><a href="utility/value_init.htm">value_initialized</a> - Wrapper for uniform-syntax value initialization,
-	from Fernando Cacciola, based on the original idea of David Abrahams.</li>
+    <li><a href="utility/value_init.htm">value_initialized</a> - Wrapper for uniform-syntax value initialization,
+    from Fernando Cacciola, based on the original idea of David Abrahams.</li>
     <li><a href="uuid/index.html">uuid</a> - A universally unique identifier, from Andy Tompkins.</li>
     <li><a href="variant/index.html">variant</a> - Safe, generic, stack-based discriminated union
     container, from Eric Friedman and Itay Maman.</li>
@@ -450,8 +451,8 @@ how to download, build, and install the libraries.</p>
     <li><a href="concept_check/concept_check.htm">concept check</a>
         - Tools for generic programming, from Jeremy Siek.</li>
     <li><a href="utility/enable_if.html">enable_if</a> -
-	Selective inclusion of function template overloads, from Jaakko
-	J&auml;rvi, Jeremiah Willcock, and Andrew Lumsdaine.</li>
+    Selective inclusion of function template overloads, from Jaakko
+    J&auml;rvi, Jeremiah Willcock, and Andrew Lumsdaine.</li>
     <li><a href="function_types/index.html">function_types</a> - Type traits
         for callable, built-in types, from Tobias Schwinger</li>
     <li><a href="gil/doc/index.html">gil</a> - Generic Image Library, from
@@ -708,7 +709,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
     progress timer, and progress display classes, from Beman
     Dawes.</li>
     <li><a href="tr1/index.html">TR1</a> - An implementation of the Technical
-    	Report on C++ Library Extensions, using other Boost libraries as a basis, from John Maddock.</li>
+        Report on C++ Library Extensions, using other Boost libraries as a basis, from John Maddock.</li>
     <li><a href="../doc/html/tribool.html">tribool</a> - 3-state boolean type library, from Doug Gregor.</li>
     <li><a href="typeof/index.html">typeof</a> -
         Typeof operator emulation, from Arkadiy Vertleyb and Peder Holt.</li>
@@ -719,8 +720,8 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
         plus <b>checked_delete()</b>, <b>checked_array_delete()</b>, <b>next(),</b>&nbsp;
       <b>prior()</b>
         function templates, plus <b>base-from-member idiom</b>, from Dave Abrahams and others. </li>
-	<li><a href="utility/value_init.htm">value_initialized</a> - Wrapper for uniform-syntax value initialization,
-	from Fernando Cacciola, based on the original idea of David Abrahams.</li>
+    <li><a href="utility/value_init.htm">value_initialized</a> - Wrapper for uniform-syntax value initialization,
+    from Fernando Cacciola, based on the original idea of David Abrahams.</li>
 </ul>
 
 <h3>Broken compiler <a name="workarounds">workarounds</a></h3>

+ 1 - 1
libs/maintainers.txt

@@ -65,7 +65,7 @@ proto                 Eric Niebler <eric -at- boostpro.com>
 ptr_container         Thorsten Ottosen <nesotto -at- cs.auc.dk>
 python                David Abrahams <dave -at- boost-consulting.com>
 random                Jens Maurer <Jens.Maurer -at- gmx.net>
-range                 Thorsten Ottosen <nesotto -at- cs.auc.dk>
+range                 Neil Groves <neilgroves -at- googlemail.com>
 rational              Jonathan Turkanis <turkanis -at- coderage.com>
 regex                 John Maddock <john -at- johnmaddock.co.uk>
 scope_exit            Alexander Nasonov <alexander.nasonov -at- gmail.com>

粤ICP备19079148号