Kaynağa Gözat

*** empty log message ***

[SVN r24717]
Thorsten Jørgen Ottosen 22 yıl önce
ebeveyn
işleme
d3088829b4
2 değiştirilmiş dosya ile 19 ekleme ve 4 silme
  1. 18 3
      libs/libraries.htm
  2. 1 1
      libs/range

+ 18 - 3
libs/libraries.htm

@@ -71,6 +71,10 @@ how to download, build, and install the libraries.</p>
     <li><a href="array/index.html">array</a> - STL compliant
         container wrapper for arrays of constant size, from
         Nicolai Josuttis.</li>
+    <li><a href="assign/index.html">assign</a> - Filling containers 
+        with constant or generated data has never been 
+        easier, from Thorsten Ottosen.    
+        </li>
     <li><a href="bind/bind.html">bind</a> and <a href="bind/mem_fn.html"> mem_fn</a> - Generalized binders for function/object/pointers and member functions, from Peter
       Dimov.</li>
     <li><a href="utility/call_traits.htm">call_traits</a> -
@@ -161,6 +165,9 @@ 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="rational/index.html">rational</a> - A rational
         number class, from Paul Moore.</li>
 
@@ -285,6 +292,9 @@ how to download, build, and install the libraries.</p>
         String algorithms library, from Pavol Droba</li>
     <li><a href="utility/utility.htm">utility</a> - Class <b>next(),</b>&nbsp; <b>prior()</b>
       function templates, from Dave Abrahams and others. </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>  
 </ul>
 
 <h3><a name="Function-objects">Function objects</a> and higher-order programming</h3>
@@ -332,7 +342,7 @@ how to download, build, and install the libraries.</p>
         Maddock.</li>
     <li><a href="type_traits/index.html">type_traits</a> -
         Templates for fundamental properties of types, from John
-        Maddock, Steve Cleary, et al.</li>
+        Maddock, Steve Cleary, et al.</li>    
 </ul>
 
 <h3>Template <a name="Metaprogramming"> Metaprogramming</a></h3>
@@ -434,8 +444,13 @@ how to download, build, and install the libraries.</p>
   operations, from Samuel Krempp.</li>
   <li><a href="io/doc/ios_state.html">io state savers</a> - Save I/O state to 
   prevent jumbled data, from Daryle Walker.</li>
-  <li><a href="serialization/doc/index.html">serialization</a> - serialization of arbitrary
-  data for persistence and marshalling</li>
+  <li><a href="serialization/doc/index.html">serialization</a> - Serialization 
+of arbitrary data for persistence and marshalling</li>
+    <li><a href="assign/index.html">assign</a> - Filling containers 
+    with constant or generated data has never been 
+    easier, from Thorsten Ottosen.    
+    </li>
+
 </ul>
 
 <h3><a name="Inter-language">Inter-language</a> support</h3>

+ 1 - 1
libs/range

@@ -1 +1 @@
-Subproject commit 97b8964e51d75abc5e7940f78c0381ea851b2405
+Subproject commit 821c5c621bb3b8fd91286149dc7b6130c19c02ac

粤ICP备19079148号