Browse Source

index.htm:
- Added entry for Boost.Function


[SVN r11947]

Douglas Gregor 24 years ago
parent
commit
2de1736c98
1 changed files with 1 additions and 0 deletions
  1. 1 0
      index.htm

+ 1 - 0
index.htm

@@ -89,6 +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.
 
 </ul>
 <p>November 30, 2001 - Version 1.26.0</p>

粤ICP备19079148号