diff --git a/doc/html/boost_config/boost_macro_reference.html b/doc/html/boost_config/boost_macro_reference.html index 5956e446..a556c132 100644 --- a/doc/html/boost_config/boost_macro_reference.html +++ b/doc/html/boost_config/boost_macro_reference.html @@ -1663,6 +1663,29 @@
+ BOOST_HAS_PRAGMA_DETECT_MISSMATCH
+
+ Compiler +
+
+ The compiler recognizes the #pragma
+ detect_mismatch("name",
+ "value")
+ directive which tells that the link stage should be terminated
+ with error if values for provided "name"
+ missmatch. This pragma may be a help in preventing ODR violations
+ and ensuring that different modules are compiled with same flags.
+
BOOST_HAS_PTHREAD_DELAY_NP
@@ -2824,6 +2847,25 @@
+ 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
diff --git a/doc/html/index.html b/doc/html/index.html
index 67510527..1a43c5c4 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -968,7 +968,7 @@
Last revised: August 15, 2014 at 19:00:47 GMT |
+Last revised: August 21, 2014 at 11:38:06 GMT |