diff --git a/doc/html/boost_config/boost_macro_reference.html b/doc/html/boost_config/boost_macro_reference.html index f5c35b4e..8e0414f9 100644 --- a/doc/html/boost_config/boost_macro_reference.html +++ b/doc/html/boost_config/boost_macro_reference.html @@ -2756,6 +2756,19 @@
+ BOOST_NO_CXX11_HDR_EXCEPTION
+
+ The standard library does not provide a C++11 compatible version + of <exception>. +
+
BOOST_NO_CXX11_HDR_FORWARD_LIST
@@ -3904,6 +3917,18 @@
+ BOOST_NO_CXX17_INLINE_VARIABLES
+
+ The compiler does not support C++17 inline variables. +
+Last revised: August 20, 2019 at 17:48:08 GMT |
+Last revised: October 29, 2019 at 09:32:56 GMT |