diff --git a/doc/reference.xml b/doc/reference.xml index 3b1faec..c742403 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -58,7 +58,7 @@ A function object f of type F is stateless if it is a function pointer or if - boost::is_stateless<T> + boost::is_stateless<F> is true. The construction of or copy to a Boost.Function object from a stateless function object will not cause exceptions to be thrown and will not allocate any storage.