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 |