From 6282f44510e768f2916fda57ffc70e445c731ff7 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Fri, 1 Apr 2005 21:23:16 +0000 Subject: [PATCH] Fix typo [SVN r27912] --- doc/src/refmanual/HAS_XXX_TRAIT_NAMED_DEF.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/refmanual/HAS_XXX_TRAIT_NAMED_DEF.rst b/doc/src/refmanual/HAS_XXX_TRAIT_NAMED_DEF.rst index a86fe87..b8c2800 100644 --- a/doc/src/refmanual/HAS_XXX_TRAIT_NAMED_DEF.rst +++ b/doc/src/refmanual/HAS_XXX_TRAIT_NAMED_DEF.rst @@ -24,7 +24,7 @@ On the deficient compilers not capabale of performing the detection, ``trait::value`` always returns a fallback value ``default_``. A boolean configuraion macro, |BOOST_MPL_CFG_NO_HAS_XXX|, is provided to signal or override the "deficient" status of a particular compiler. -|Note:| The fallback value call also be provided at the point of the +|Note:| The fallback value can also be provided at the point of the metafunction invocation; see the `Expression semantics` section for details |-- end note|