summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
authorRalf W. Grosse-Kunstleve <rwgk@yahoo.com>2006-01-24 00:43:43 +0000
committerRalf W. Grosse-Kunstleve <rwgk@yahoo.com>2006-01-24 00:43:43 +0000
commit8291e27aef78db92480f6eccffdcdb7b770c5eb7 (patch)
tree2ff2b495d5e8735f303b659e7d13666cbe01ecaa /index.htm
parentf193172281194bc1a213e8ee3c1f1921f5db9d09 (diff)
downloadboost-8291e27aef78db92480f6eccffdcdb7b770c5eb7.tar.gz
bug fix: & -> &amp;
[SVN r32391]
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.htm b/index.htm
index 55010c1bec..0720dec533 100644
--- a/index.htm
+++ b/index.htm
@@ -147,7 +147,7 @@
performance when copying or construction
Boost.Function objects storing small
function objects. For
- instance, <code>bind(&X:foo, &x, _1,
+ instance, <code>bind(&amp;X:foo, &amp;x, _1,
_2)</code> requires no heap allocation when
placed into a Boost.Function object.</li>