|
|
@@ -134,7 +134,7 @@
|
|
|
<div class="section-body-0">
|
|
|
<div class="section-body-1">
|
|
|
<h3>???, 2006 - Version 1.34.0</h3>
|
|
|
-
|
|
|
+
|
|
|
<h4>New Libraries</h4>
|
|
|
|
|
|
<ul>
|
|
|
@@ -151,6 +151,24 @@
|
|
|
each other and themselves recursively with the power
|
|
|
of context-free grammars, from Eric Niebler.</li>
|
|
|
|
|
|
+ <li><span
|
|
|
+ class="library"><a
|
|
|
+ href="libs/tr1/index.html">TR1
|
|
|
+ Library</a>:</span> An implementation
|
|
|
+ of the C++ Technical Report on Standard
|
|
|
+ Library Extensions, from John Maddock.
|
|
|
+ This library does not itself implement the TR1
|
|
|
+ components, rather it's a thin wrapper that will
|
|
|
+ include your standard library's TR1 implementation
|
|
|
+ (if it has one), otherwise it will include the Boost
|
|
|
+ Library equivalents, and import them into namespace
|
|
|
+ <code>std::tr1</code>. Highlights include: Reference Wrappers,
|
|
|
+ Smart Pointers, result_of, Functihn Object Binders,
|
|
|
+ Polymorphic function wrappers, Type Traits,
|
|
|
+ Random Number Generators and Distributions,
|
|
|
+ Tuples, Fixed Size Array, Hash Function Objects,
|
|
|
+ Regular Expressions, and Complex Number Additional Algorithms.</li>
|
|
|
+
|
|
|
</ul>
|
|
|
|
|
|
<h4>Updated Libraries</h4>
|
|
|
@@ -563,3 +581,5 @@
|
|
|
</div>
|
|
|
</body>
|
|
|
</html>
|
|
|
+
|
|
|
+
|