diff --git a/doc/html/boost_config/boost_macro_reference.html b/doc/html/boost_config/boost_macro_reference.html index 9f308c01..da3866c0 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
Macros that describe C++17 features not supported
+
Macros + that describe features that have been removed from the standard.
Boost Helper Macros
Boost @@ -3815,6 +3817,36 @@

+ + + +
+ +

+ The following macros describe features which were required by one version + of the standard, but have been removed by later versions. +

+
++++ + + + + + - + + + + + + + + + + + + + +
+

+ Macro +

+
+

+ Description +

+

@@ -3823,10 +3855,54 @@

- The compiler does no longer support std::random_shuffle(). It was deprecated in C++14 and is removed from C++17. + The standard library no longer supports std::random_shuffle(). It was deprecated in C++11 and + is removed from C++14.

+

+ BOOST_NO_AUTO_PTR +

+
+

+ The standard library no longer supports std::auto_ptr. + It was deprecated in C++11 and is removed from C++14. +

+
+

+ BOOST_NO_CXX98_FUNCTION_BASE +

+
+

+ The standard library no longer supports std::unary_function + and std::binary_function. They were deprecated + in C++11 and is removed from C++14. +

+
+

+ BOOST_NO_CXX98_BINDERS +

+
+

+ The standard library no longer supports std::bind1st, + std::bind2nd, std::ptr_fun + and std::mem_fun. They were deprecated + in C++11 and is removed from C++14. +

+
diff --git a/doc/html/index.html b/doc/html/index.html index 85a8682d..76ba53d1 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -74,6 +74,8 @@ that allow use of C++14 features with C++11 or earlier compilers
Macros that describe C++17 features not supported
+
Macros + that describe features that have been removed from the standard.
Boost Helper Macros
Boost @@ -990,7 +992,7 @@ - +

Last revised: April 16, 2017 at 08:38:10 GMT

Last revised: April 17, 2017 at 17:42:09 GMT