diff --git a/bind.html b/bind.html index d08cdd2..fc4756f 100644 --- a/bind.html +++ b/bind.html @@ -147,8 +147,8 @@ bind(g, _1, _1, _1)(x, y, z); // g(x, x, x) bind(f, i, _1); -
a copy of the value of i is stored into the function object. - boost::ref and boost::cref can be used to make +
a copy of the value of i is stored into the function object. + boost::ref and boost::cref can be used to make the function object store a reference to an object, rather than a copy:
int i = 5; @@ -737,7 +737,7 @@ namespace a nonnegative integer, is defined as: