From d0ae31f7f90000fb093a7246d14a01c50fc8e3f8 Mon Sep 17 00:00:00 2001 From: Lorenzo Caminiti Date: Thu, 22 Mar 2012 20:54:20 +0000 Subject: [PATCH] Split Utility/IdentityType and Functional/OverloadedFunction tests into smaller tests. Updated docs for ScopeExit, LocalFunction, Utility/IdentityType, and Functional/OverloadedFunction. [SVN r77484] --- doc/html/boost_config/boost_macro_reference.html | 14 ++++++++++++++ doc/html/index.html | 2 +- doc/macro_reference.qbk | 6 +++--- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/doc/html/boost_config/boost_macro_reference.html b/doc/html/boost_config/boost_macro_reference.html index 926c4ea9..d12be108 100644 --- a/doc/html/boost_config/boost_macro_reference.html +++ b/doc/html/boost_config/boost_macro_reference.html @@ -2703,6 +2703,20 @@ + +

+ BOOST_NO_LOCAL_CLASS_TEMPLATE_PARAMETERS +

+ + +

+ The compiler does not allow to pass local classes as template parameters + (this macro intentionally does not control passing of unnamed types + as template parameters, see also N2657). +

+ + +

BOOST_NO_LONG_LONG diff --git a/doc/html/index.html b/doc/html/index.html index 7c82b5ac..0d5204a2 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -951,7 +951,7 @@ - +

Last revised: March 12, 2012 at 00:24:44 GMT

Last revised: March 21, 2012 at 18:21:54 GMT


diff --git a/doc/macro_reference.qbk b/doc/macro_reference.qbk index 4ee9c5a3..e61239ef 100644 --- a/doc/macro_reference.qbk +++ b/doc/macro_reference.qbk @@ -598,9 +598,9 @@ default template arguments for function templates. ]] [[`BOOST_NO_LAMBDAS`][The compiler does not support Lambdas. ]] -[[`BOOST_NO_LOCAL_CLASS_TEMPLATE_PARAMETERS`][The compiler does not support -local classes as template parameters (this macro intentionally does not -control support for unnamed types as template parameters, see also +[[`BOOST_NO_LOCAL_CLASS_TEMPLATE_PARAMETERS`][The compiler does not allow to +pass local classes as template parameters (this macro intentionally does not +control passing of unnamed types as template parameters, see also [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2657.htm N2657]). ]] [[`BOOST_NO_LONG_LONG`][The compiler does not support `long long`.