diff --git a/bind.html b/bind.html index c1b5a2c..5c8abca 100644 --- a/bind.html +++ b/bind.html @@ -683,7 +683,7 @@ namespace
- Effects: Equivalent to bind<R const &>(boost::mem_fn(f), + Effects: Equivalent to bind<R>(boost::mem_fn(f), a1);
Effects: Equivalent to bind<R const &>(boost::mem_fn(f), +
Effects: Equivalent to bind<R>(boost::mem_fn(f), a1);