diff --git a/doc/html/boost_config/boost_macro_reference.html b/doc/html/boost_config/boost_macro_reference.html index a76b9e0e..eed14728 100644 --- a/doc/html/boost_config/boost_macro_reference.html +++ b/doc/html/boost_config/boost_macro_reference.html @@ -650,6 +650,24 @@
+ BOOST_NO_NESTED_FRIENDSHIP
+
+ Compiler +
++ Compiler doesn't allow a nested class to access private members of + its containing class. Probably Borland/CodeGear specific. +
+
BOOST_NO_OPERATORS_IN_NAMESPACE
@@ -1134,6 +1152,24 @@
+ BOOST_NO_TYPENAME_WITH_CTOR
+
+ Compiler +
++ The typename keyword cannot be used when creating a temporary of + a Dependent type. +
+
BOOST_NO_UNREACHABLE_RETURN_DETECTION
diff --git a/doc/html/index.html b/doc/html/index.html
index f11a3c2e..d432aeed 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -962,7 +962,7 @@
Last revised: August 25, 2008 at 09:59:24 GMT |
+Last revised: September 19, 2008 at 12:01:08 GMT |