Explorar o código

Small buffer optimization for Boost.Function

[SVN r32282]
Douglas Gregor %!s(int64=20) %!d(string=hai) anos
pai
achega
985b11c7be
Modificáronse 2 ficheiros con 14 adicións e 1 borrados
  1. 13 0
      index.htm
  2. 1 1
      libs/function

+ 13 - 0
index.htm

@@ -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>

+ 1 - 1
libs/function

@@ -1 +1 @@
-Subproject commit 93c691fbdf9b2d786adcedf3fb577eb2faa1a3e4
+Subproject commit 78f6b385d5952fee63fe650ae71f632865bd135e

粤ICP备19079148号