Browse Source

index.htm:
- Added comment about addressof()
- Added comment about Boost.Function working with function objects that
have & overloaded


[SVN r13415]

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

+ 2 - 0
index.htm

@@ -110,6 +110,8 @@ formal reviews of proposed libraries.</p>
   <a href="libs/smart_ptr/shared_ptr.htm#shared_polymorphic_cast">shared_polymorphic_cast</a>
   and
   <a href="libs/smart_ptr/shared_ptr.htm#shared_polymorphic_downcast">shared_polymorphic_downcast</a>.</li>
+  <li><a href="libs/function/index.html">Function Library</a>: Now supports function objects with the unary <code>&amp;</code> operator overloaded.</li>
+  <li><a href="libs/utility/utility.htm">Utility Library</a>: Added <code>addressof()</code> function.</li>
 </ul>
 <p>February 5, 2002 - Version 1.27.0</p>
 <ul>

粤ICP备19079148号