diff --git a/doc/html/boost_config/boost_macro_reference.html b/doc/html/boost_config/boost_macro_reference.html index a88b6f9a..fdffef81 100644 --- a/doc/html/boost_config/boost_macro_reference.html +++ b/doc/html/boost_config/boost_macro_reference.html @@ -3639,6 +3639,18 @@
+ BOOST_NO_CXX14_STD_EXCHANGE
+
+ The compiler does not support std::exchange()
.
+
BOOST_NO_CXX14_GENERIC_LAMBDAS
@@ -3778,7 +3790,20 @@
+ BOOST_NO_CXX17_STD_APPLY
+
+ The compiler does not support std::apply()
.
+
BOOST_NO_CXX17_STD_INVOKE
@@ -3789,7 +3814,8 @@
The compiler does not support std::invoke()
.
Last revised: February 05, 2017 at 19:27:06 GMT |
+Last revised: April 16, 2017 at 08:38:10 GMT |