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. +

+ + diff --git a/doc/html/index.html b/doc/html/index.html index cf34e1fc..56ac700b 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -988,7 +988,7 @@ - +

Last revised: August 20, 2019 at 17:48:08 GMT

Last revised: October 29, 2019 at 09:32:56 GMT


diff --git a/doc/macro_reference.qbk b/doc/macro_reference.qbk index 8e67f7c8..41a304f2 100644 --- a/doc/macro_reference.qbk +++ b/doc/macro_reference.qbk @@ -955,6 +955,7 @@ that are not yet supported by a particular compiler or library. [[`BOOST_NO_CXX17_STD_INVOKE`][The compiler does not support `std::invoke()`.]] [[`BOOST_NO_CXX17_ITERATOR_TRAITS`][The compiler does not support SFINAE-friendly `std::iterator_traits`.]] [[`BOOST_NO_CXX17_IF_CONSTEXPR`][The compiler does not support `if constexpr`.]] +[[`BOOST_NO_CXX17_INLINE_VARIABLES`][The compiler does not support C++17 inline variables.]] ] [endsect]