diff --git a/doc/html/boost_config/boost_macro_reference.html b/doc/html/boost_config/boost_macro_reference.html index a556c132..238f20fe 100644 --- a/doc/html/boost_config/boost_macro_reference.html +++ b/doc/html/boost_config/boost_macro_reference.html @@ -1665,7 +1665,7 @@
- BOOST_HAS_PRAGMA_DETECT_MISSMATCH
+ BOOST_HAS_PRAGMA_DETECT_MISMATCH
+ BOOST_NO_CXX11_AUTO_DECLARATIONS
+
+ The compiler does not support type deduction for variables declared
+ with the auto
keyword
+ (auto var
+ = ...;
).
+
+ BOOST_NO_CXX11_AUTO_MULTIDECLARATIONS
+
+ The compiler does not support type deduction for multiple variables
+ declared with the auto
+ keyword (auto var
+ = ...,
+ *ptr
+ = ...;
).
+
+ BOOST_NO_CXX11_CHAR16_T
+
+ The compiler does not support type char16_t
.
+
+ BOOST_NO_CXX11_CHAR32_T
+
+ The compiler does not support type char32_t
.
+
+ BOOST_NO_CXX11_CONSTEXPR
+
+ The compiler does not support constexpr
.
+
+ BOOST_NO_CXX11_DECLTYPE
+
+ The compiler does not support decltype
.
+
+ BOOST_NO_CXX11_DECLTYPE_N3276
+
+ The compiler does not support the extension to decltype
+ described in N3276,
+ accepted in Madrid, March 2011.
+
+ BOOST_NO_CXX11_DELETED_FUNCTIONS
+
+ The compiler does not support deleted (=
+ delete
) functions.
+
+ BOOST_NO_CXX11_DEFAULTED_FUNCTIONS
+
+ The compiler does not support defaulted (=
+ default
) functions.
+
+ BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS
+
+ The compiler does not support explicit conversion operators (explicit operator
+ T()
).
+
+ BOOST_NO_CXX11_EXTERN_TEMPLATE
+
+ The compiler does not support explicit instantiation forward declarations
+ for templates (extern template ...
).
+
+ BOOST_NO_CXX11_FINAL
+
+ The compiler does not support the C++ class-virt-specifier final. +
+
+ BOOST_NO_CXX11_FIXED_LENGTH_VARIADIC_TEMPLATE_EXPANSION_PACKS
+
+ The compiler does not support expanding a variadic template parameter + pack into a template containing one or more fixed arguments +
+
+ BOOST_NO_CXX11_FUNCTION_TEMPLATE_DEFAULT_ARGS
+
+ The compiler does not support default template arguments for function + templates. +
+
BOOST_NO_CXX11_HDR_ATOMIC
@@ -2703,233 +2887,6 @@
- BOOST_NO_CXX11_SMART_PTR
-
- The standard library header <memory> has no shared_ptr and - unique_ptr. -
-
- BOOST_NO_CXX11_STD_ALIGN
-
- The standard library header <memory> has no working std::align. -
-
- BOOST_NO_CXX11_AUTO_DECLARATIONS
-
- The compiler does not support type deduction for variables declared
- with the auto
keyword
- (auto var
- = ...;
).
-
- BOOST_NO_CXX11_AUTO_MULTIDECLARATIONS
-
- The compiler does not support type deduction for multiple variables
- declared with the auto
- keyword (auto var
- = ...,
- *ptr
- = ...;
).
-
- BOOST_NO_CXX11_CHAR16_T
-
- The compiler does not support type char16_t
.
-
- BOOST_NO_CXX11_CHAR32_T
-
- The compiler does not support type char32_t
.
-
- BOOST_NO_CXX11_TEMPLATE_ALIASES
-
- The compiler does not support template aliases. -
-
- BOOST_NO_CXX11_CONSTEXPR
-
- The compiler does not support constexpr
.
-
- BOOST_NO_CXX11_DECLTYPE
-
- The compiler does not support decltype
.
-
- BOOST_NO_CXX11_DECLTYPE_N3276
-
- The compiler does not support the extension to decltype
- described in N3276,
- accepted in Madrid, March 2011.
-
- BOOST_NO_CXX11_DEFAULTED_FUNCTIONS
-
- The compiler does not support defaulted (=
- default
) functions.
-
- BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS
-
- The compiler does not support defaulted (=
- default
) functions in access
- control sections other than public
.
- Public defaulted functions may still be supported, as indicated
- by BOOST_NO_CXX11_DEFAULTED_FUNCTIONS
.
- Some compilers implementing an early draft of the C++11 standard
- (in particular, incorporating DR906)
- are susceptible to this problem.
-
- BOOST_NO_CXX11_DELETED_FUNCTIONS
-
- The compiler does not support deleted (=
- delete
) functions.
-
- BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS
-
- The compiler does not support explicit conversion operators (explicit operator
- T()
).
-
- BOOST_NO_CXX11_EXTERN_TEMPLATE
-
- The compiler does not support explicit instantiation forward declarations
- for templates (extern template ...
).
-
- BOOST_NO_CXX11_FINAL
-
- The compiler does not support the C++ class-virt-specifier final. -
-
- BOOST_NO_CXX11_FUNCTION_TEMPLATE_DEFAULT_ARGS
-
- The compiler does not support default template arguments for function - templates. -
-
BOOST_NO_CXX11_LAMBDAS
@@ -2958,13 +2915,19 @@
- BOOST_NO_LONG_LONG
+ BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS
- The compiler does not support long
- long
.
+ The compiler does not support defaulted (=
+ default
) functions in access
+ control sections other than public
.
+ Public defaulted functions may still be supported, as indicated
+ by BOOST_NO_CXX11_DEFAULTED_FUNCTIONS
.
+ Some compilers implementing an early draft of the C++11 standard
+ (in particular, incorporating DR906)
+ are susceptible to this problem.
+ BOOST_NO_CXX11_SMART_PTR
+
+ The standard library header <memory> has no shared_ptr and + unique_ptr. +
+
BOOST_NO_CXX11_STATIC_ASSERT
@@ -3066,6 +3042,18 @@
+ BOOST_NO_CXX11_STD_ALIGN
+
+ The standard library header <memory> has no working std::align. +
+
BOOST_NO_CXX11_STD_UNORDERED
@@ -3079,6 +3067,18 @@
+ BOOST_NO_CXX11_TEMPLATE_ALIASES
+
+ The compiler does not support template aliases. +
+
BOOST_NO_CXX11_TRAILING_RESULT_TYPES
@@ -3154,6 +3154,19 @@
+ BOOST_NO_LONG_LONG
+
+ The compiler does not support long
+ long
.
+
Last revised: August 21, 2014 at 11:38:06 GMT |
+Last revised: August 25, 2014 at 17:53:11 GMT |