diff --git a/doc/html/boost_config/boost_macro_reference.html b/doc/html/boost_config/boost_macro_reference.html index 7f623797..ec8f4d13 100644 --- a/doc/html/boost_config/boost_macro_reference.html +++ b/doc/html/boost_config/boost_macro_reference.html @@ -3891,6 +3891,66 @@ + +

+ BOOST_NO_CXX17_HDR_ANY +

+ + +

+ The compiler does not support the header <any>. +

+ + + + +

+ BOOST_NO_CXX17_HDR_CHARCONV +

+ + +

+ The compiler does not support the header <charconv>. +

+ + + + +

+ BOOST_NO_CXX17_HDR_EXECUTION +

+ + +

+ The compiler does not support the header <execution>. +

+ + + + +

+ BOOST_NO_CXX17_HDR_FILESYSTEM +

+ + +

+ The compiler does not support the header <filesystem>. +

+ + + + +

+ BOOST_NO_CXX17_HDR_MEMORY_RESOURCE +

+ + +

+ The compiler does not support the header <memory_resource>. +

+ + +

BOOST_NO_CXX17_HDR_OPTIONAL @@ -3903,18 +3963,6 @@ - -

- BOOST_NO_CXX17_HDR_VARIANT -

- - -

- The compiler does not support the header <variant>. -

- - -

BOOST_NO_CXX17_HDR_STRING_VIEW @@ -3927,6 +3975,18 @@ + +

+ BOOST_NO_CXX17_HDR_VARIANT +

+ + +

+ The compiler does not support the header <variant>. +

+ + +

BOOST_NO_CXX17_STD_APPLY diff --git a/doc/html/index.html b/doc/html/index.html index 1a979a6b..08adedc6 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -990,7 +990,7 @@ - +

Last revised: June 23, 2020 at 17:55:32 GMT

Last revised: July 27, 2020 at 17:18:39 GMT


diff --git a/doc/macro_reference.qbk b/doc/macro_reference.qbk index ab8ee372..83c9ed79 100644 --- a/doc/macro_reference.qbk +++ b/doc/macro_reference.qbk @@ -962,9 +962,14 @@ that are not yet supported by a particular compiler or library. [table [[Macro ][Description ]] +[[`BOOST_NO_CXX17_HDR_ANY`][The compiler does not support the header ``.]] +[[`BOOST_NO_CXX17_HDR_CHARCONV`][The compiler does not support the header ``.]] +[[`BOOST_NO_CXX17_HDR_EXECUTION`][The compiler does not support the header ``.]] +[[`BOOST_NO_CXX17_HDR_FILESYSTEM`][The compiler does not support the header ``.]] +[[`BOOST_NO_CXX17_HDR_MEMORY_RESOURCE`][The compiler does not support the header ``.]] [[`BOOST_NO_CXX17_HDR_OPTIONAL`][The compiler does not support the header ``.]] -[[`BOOST_NO_CXX17_HDR_VARIANT`][The compiler does not support the header ``.]] [[`BOOST_NO_CXX17_HDR_STRING_VIEW`][The compiler does not support the header ``.]] +[[`BOOST_NO_CXX17_HDR_VARIANT`][The compiler does not support the header ``.]] [[`BOOST_NO_CXX17_STD_APPLY`][The compiler does not support `std::apply()`.]] [[`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`.]]