mirror of
https://github.com/boostorg/boost.git
synced 2025-04-10 07:14:54 +00:00
index.htm:
- Document Boost.Function's "stateless" optimization [SVN r12566]
This commit is contained in:
parent
7ef38f5e54
commit
f511a4c3ee
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ and added new compile-time
|
|||
<a href="libs/integer/doc/integer_mask.html">bit mask</a>,
|
||||
<a href="libs/integer/doc/static_log2.html">binary logarithm</a>, and
|
||||
<a href="libs/integer/doc/static_min_max.html">extrema</a> templates.
|
||||
<li><a href="libs/function/index.html">Function Library</a>: user may request that <code>boost::function</code> objects store a reference to a function object target instead of a copy, using <a href="libs/bind/ref.html"><code>ref</code></a>. Minor documentation and implementation updates.
|
||||
<li><a href="libs/function/index.html">Function Library</a>: user may request that <code>boost::function</code> 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.
|
||||
|
||||
</ul>
|
||||
<p>November 30, 2001 - Version 1.26.0</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue