From bfde71273baaaad50c4bdc7cb9347a64e796db2b Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Sat, 18 Aug 2012 14:26:41 +0000 Subject: [PATCH] Fix typo; Refs #7244 [SVN r80077] --- 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.