|
|
@@ -138,6 +138,19 @@
|
|
|
<h4>Updated Libraries</h4>
|
|
|
|
|
|
<ul>
|
|
|
+ <li><span
|
|
|
+ class="library"><a
|
|
|
+ href="libs/function/index.html">Function
|
|
|
+ Library</a>:</span> Boost.Function now
|
|
|
+ implements a small buffer optimization,
|
|
|
+ which can drastically improve the
|
|
|
+ performance when copying or construction
|
|
|
+ Boost.Function objects storing small
|
|
|
+ function objects. For
|
|
|
+ instance, <code>bind(&X:foo, &x, _1,
|
|
|
+ _2)</code> requires no heap allocation when
|
|
|
+ placed into a Boost.Function object.</li>
|
|
|
+
|
|
|
<li><span class="library"><a
|
|
|
href="libs/graph/doc/index.html">Graph
|
|
|
Library</a>:</span>
|