diff --git a/doc/html/boost_config/boost_macro_reference.html b/doc/html/boost_config/boost_macro_reference.html index 59607598..29ffe9db 100644 --- a/doc/html/boost_config/boost_macro_reference.html +++ b/doc/html/boost_config/boost_macro_reference.html @@ -37,6 +37,10 @@ that describe C++11 features not supported
+ The following macros describe features in the 2014 ISO C++ standard, formerly + known as C++0y, that are not yet supported by a particular compiler or library. +
+
+ + Macro + + |
+
+ + Description + + |
+
---|---|
+
+ |
+
+ + The compiler does not support member initializer for aggregates + as in the following example: + ++ |
+
+
+ |
+
+
+ The compiler does not binary literals (e.g. |
+
+
+ |
+
+
+ The compiler does not support relaxed |
+
+
+ |
+
+
+ The compiler does not support |
+
+
+ |
+
+
+ The compiler does not support digit separators (e.g. |
+
+
+ |
+
+
+ The compiler does not support generic lambda (e.g. |
+
+
+ |
+
+
+ The compiler does not support initialized lambda capture (e.g.
+ |
+
+
+ |
+
+
+ The compiler does not support return type deduction for normal
+ functions (e.g. |
+
+
+ |
+
+
+ The compiler does not support variable template (e.g. |
+
+ The following macros allow use of C++14 features even with compilers that + do not yet provide compliant C++14 support. +
+
+ + Macro + + |
+
+ + Description + + |
+
---|---|
+
+ |
+
+
+ This macro works similar to BOOST_CONSTEXPR, but expands to |
+
Last revised: October 11, 2014 at 12:11:50 GMT |
+Last revised: October 12, 2014 at 16:00:14 GMT |