summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@pdimov.com>2005-07-28 22:14:06 +0000
committerPeter Dimov <pdimov@pdimov.com>2005-07-28 22:14:06 +0000
commit1cd2cf5d72386ce381986a13d5fb71136091a944 (patch)
treeaa0f35b0dcc982dcb5faef124baf72c12d4298c7 /index.htm
parent0212005d2a1454f5c6dd22b5dbced629e4f862c4 (diff)
downloadboost-1cd2cf5d72386ce381986a13d5fb71136091a944.tar.gz
Added a paragraph for Bind
[SVN r30303]
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm11
1 files changed, 11 insertions, 0 deletions
diff --git a/index.htm b/index.htm
index 24a8935f4f..0517688401 100644
--- a/index.htm
+++ b/index.htm
@@ -184,6 +184,17 @@
<li>
<span class="library"><a href=
+ "libs/bind/bind.html">Bind Library</a>:</span>
+
+ Bind expressions now support
+ <a href="libs/bind/bind.html#operators">
+ comparisons and negation</a>. Example: <code>
+ bind(&amp;X::name, _1) &lt; bind(&amp;X::name,
+ _2)</code>.
+ </li>
+
+ <li>
+ <span class="library"><a href=
"doc/html/date_time.html">Date-Time
Library</a>:</span>