diff --git a/doc/html/boost_config/acknowledgements.html b/doc/html/boost_config/acknowledgements.html index bf556461..46747242 100644 --- a/doc/html/boost_config/acknowledgements.html +++ b/doc/html/boost_config/acknowledgements.html @@ -3,7 +3,7 @@
- BOOST_HAS_BUILTIN_LAUNDER
-
- Compiler -
-
- The compiler implements the
- __builtin_launder()
- compiler intrinsic that is needed to implement a constexpr
- pointer laundering function like std::launder.
-
+ BOOST_HAS_BUILTIN_LAUNDER
+
+ Compiler +
+
+ The compiler implements the __builtin_launder() compiler intrinsic that is needed
+ to implement a constexpr pointer laundering function like std::launder.
+
- BOOST_NO_CXX17_STD_LAUNDER
-
- The compiler does not support std::launder().
-
+ BOOST_NO_CXX17_STD_LAUNDER
+
+ The compiler does not support std::launder().
+
+ The following macros describe features in the 2026 ISO C++ standard, formerly + known as C++2c, 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 |
+
+ BOOST_GCC_VERSION
+
+ <boost/config.hpp>
+
+ Defined for GCC and any other compilers that also define __GNUC__. Has the value: __GNUC__ *
+ 10000 +
+ __GNUC_MINOR__ *
+ 100 +
+ __GNUC_PATCHLEVEL__.
+
BOOST_INTEL
diff --git a/doc/html/boost_config/build_config.html b/doc/html/boost_config/build_config.html
index 85eab0ef..09bf1625 100644
--- a/doc/html/boost_config/build_config.html
+++ b/doc/html/boost_config/build_config.html
@@ -3,7 +3,7 @@