|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r80077 - trunk/libs/function/doc
From: marshall_at_[hidden]
Date: 2012-08-18 10:26:41
Author: marshall
Date: 2012-08-18 10:26:41 EDT (Sat, 18 Aug 2012)
New Revision: 80077
URL: http://svn.boost.org/trac/boost/changeset/80077
Log:
Fix typo; Refs #7244
Text files modified:
trunk/libs/function/doc/reference.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/function/doc/reference.xml
==============================================================================
--- trunk/libs/function/doc/reference.xml (original)
+++ trunk/libs/function/doc/reference.xml 2012-08-18 10:26:41 EDT (Sat, 18 Aug 2012)
@@ -58,7 +58,7 @@
<para>A function object <code>f</code> of
type <code>F</code> is
<emphasis>stateless</emphasis> if it is a function pointer or if
- <code><classname>boost::is_stateless</classname><T></code>
+ <code><classname>boost::is_stateless</classname><F></code>
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.
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk