Bläddra i källkod

Added preprocessor library news

[SVN r12727]
Vesa Karvonen 24 år sedan
förälder
incheckning
b4853200de
1 ändrade filer med 9 tillägg och 3 borttagningar
  1. 9 3
      index.htm

+ 9 - 3
index.htm

@@ -96,8 +96,8 @@ formal reviews of proposed libraries.</p>
   objects store a reference to a function object target instead of a copy, using
   <a href="libs/bind/ref.html"><code>ref</code></a>.
   Stateless objects are optimized so that they require no dynamic storage.</li>
-  <li><a href="libs/math/quaternion/index.html">Quaternions</a>: added support for GCC 2.95.x.</a></li>
-  <li><a href="libs/math/octonion/index.html">Octonions</a>: added support for GCC 2.95.x.</a></li>
+  <li><a href="libs/math/quaternion/index.html">Quaternions</a>: added support for GCC 2.95.x.</li>
+  <li><a href="libs/math/octonion/index.html">Octonions</a>: added support for GCC 2.95.x.</li>
   <li><a href="libs/smart_ptr/index.htm">Smart Pointers Library</a>: Peter Dimov contributed a new
   implementation that fixes some bugs and adds some features including
   <a href="libs/smart_ptr/compatibility.htm#threadsafe">thread safety</a> when manipulating the use count,
@@ -106,7 +106,13 @@ formal reviews of proposed libraries.</p>
   <a href="libs/smart_ptr/shared_ptr.htm#shared_static_cast">shared_static_cast</a>
   and
   <a href="libs/smart_ptr/shared_ptr.htm#shared_dynamic_cast">shared_dynamic_cast</a>.</li>
-</ul>
+              <li><a href="libs/preprocessor/doc/index.htm">Preprocessor Library</a>: 
+                changed macro prefix from BOOST_PREPROCESSOR to BOOST_PP, added 
+                support for <a href="libs/preprocessor/doc/reference/list_adt.htm">list data structure</a> manipulation, added examples, 
+                made library ANSI C friendly, added generalized <a href="libs/preprocessor/doc/reference/for.htm">repetition</a> 
+                and <a href="libs/preprocessor/doc/reference/while.htm">iteration</a> primitives, improved reference 
+                manual. 
+            </ul>
 <p>November 30, 2001 - Version 1.26.0</p>
 <ul>
   <li><a href="libs/math/doc/common_factor.html">Common Factor Library</a> 

粤ICP备19079148号