diff --git a/doc/faq.html b/doc/faq.html index d7dcefa..5b1e07e 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -34,14 +34,11 @@ void g() { return f(); }
In November and December of 2000, the issue of cloning vs. reference counting was debated at length and it was decided that cloning gave more predictable semantics. I won't rehash the discussion here, but if it cloning is incorrect for a particular application a reference-counting allocator could be used. -
Member function assignments are not included directly in boost::function
because they do not conform to the syntax of function objects. Several libraries exist to wrap member functions in a function object and/or bind the first argument to the member function (the this
pointer). A few libraries are described in the Boost.Function documentation.
-