From 1ebe83a83226e5d893ce10b2100eae75fa653322 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Mon, 24 Sep 2012 16:36:41 +0000 Subject: [PATCH] Merge doc fixes to release; Fixes #7244 [SVN r80694] --- doc/reference.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.