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

Added TR1 to the list.

[SVN r32889]
John Maddock 20 лет назад
Родитель
Сommit
1c517af05e
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      libs/libraries.htm

+ 5 - 0
libs/libraries.htm

@@ -232,6 +232,8 @@ how to download, build, and install the libraries.</p>
         Dawes.</li>
     <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>
     <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ärvi.</li>
@@ -575,6 +577,8 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
     <li><a href="timer/index.html">timer</a> - Event timer,
         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>
     <li><a href="../doc/html/tribool.html">tribool</a> - 3-state boolean type library, from Doug Gregor.</li>
     <li><a href="utility/utility.htm">utility</a> - Class <b>noncopyable</b>
         plus <b>checked_delete()</b>, <b>checked_array_delete()</b>, <b>next(),</b>&nbsp;
@@ -622,3 +626,4 @@ or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_
 
 </body>
 </html>
+

粤ICP备19079148号