diff --git a/doc/html/boost_config/boost_macro_reference.html b/doc/html/boost_config/boost_macro_reference.html index 8e0414f9..6c0cf00d 100644 --- a/doc/html/boost_config/boost_macro_reference.html +++ b/doc/html/boost_config/boost_macro_reference.html @@ -43,6 +43,8 @@ that allow use of C++14 features with C++11 or earlier compilers
+ BOOST_FINAL
+
+ If BOOST_NO_CXX11_FINAL
+ is not defined (i.e. C++11 compliant compilers), expands to final
keyword, otherwise expands
+ to nothing.
+
BOOST_MSVC_ENABLE_2012_NOV_CTP
@@ -3798,8 +3814,10 @@
- This macro works similar to BOOST_CONSTEXPR, but expands to constexpr
only if the C++14 "relaxed"
- constexpr
is available.
+ This macro works similar to BOOST_CONSTEXPR
,
+ but expands to constexpr
+ only if the C++14 "relaxed" constexpr
+ is available.
- The compiler does not support C++17 inline variables.
+ The compiler does not support inline
+ variables.
+ The following macros allow use of C++17 features even with compilers that + do not yet provide compliant C++17 support. +
+
+ + Macro + + |
+
+ + Description + + |
+
---|---|
+
+ |
+
+
+ This macro expands to |
+