diff --git a/doc/html/boost_config/boost_macro_reference.html b/doc/html/boost_config/boost_macro_reference.html index b4dacaa5..07026a26 100644 --- a/doc/html/boost_config/boost_macro_reference.html +++ b/doc/html/boost_config/boost_macro_reference.html @@ -45,6 +45,8 @@ that describe C++17 features not supported
+ The following macros describe features in the 2020 ISO C++ standard, formerly + known as C++2a, that are not yet supported by a particular compiler or library. +
+
+ + Macro + + |
+
+ + Description + + |
+
---|---|
+
+ |
+
+
+ The compiler does not support the header |
+
+
+ |
+
+
+ The compiler does not support the header |
+
+
+ |
+
+
+ The compiler does not support the header |
+
+
+ |
+
+
+ The compiler does not support the header |
+
+
+ |
+
+
+ The compiler does not support the header |
+
+
+ |
+
+
+ The compiler does not support the header |
+
+
+ |
+
+
+ The compiler does not support the header |
+
+
+ |
+
+
+ The compiler does not support the header |
+
+
+ |
+
+
+ The compiler does not support the header |
+
+
+ |
+
+
+ The compiler does not support the header |
+
+
+ |
+
+
+ The compiler does not support the header |
+
+
+ |
+
+
+ The compiler does not support the header |
+
+
+ |
+
+
+ The compiler does not support the header |
+
+
+ |
+
+
+ The compiler does not support the header |
+
+ BOOST_NO_CXX11_ATOMIC_SMART_PTR
+
+ The standard library no longer supports atomic overloads for std::shared_ptr
: use std::atomic<shared_ptr<T>>
+ instead.
+
Last revised: December 18, 2020 at 10:47:00 GMT |
+Last revised: March 05, 2021 at 17:51:35 GMT |