diff --git a/doc/html/boost_config/acknowledgements.html b/doc/html/boost_config/acknowledgements.html index 8281d052..e3cd5555 100644 --- a/doc/html/boost_config/acknowledgements.html +++ b/doc/html/boost_config/acknowledgements.html @@ -3,7 +3,7 @@
- BOOST_EXPLICIT_TEMPLATE_TYPE(t)
BOOST_EXPLICIT_TEMPLATE_NON_TYPE(t,v)
BOOST_APPEND_EXPLICIT_TEMPLATE_TYPE(t)
BOOST_APPEND_EXPLICIT_TEMPLATE_NON_TYPE(t,v)
+ BOOST_EXPLICIT_TEMPLATE_TYPE(t)
+
+ BOOST_EXPLICIT_TEMPLATE_NON_TYPE(t,v)
+
+ BOOST_APPEND_EXPLICIT_TEMPLATE_TYPE(t)
+
+ BOOST_APPEND_EXPLICIT_TEMPLATE_NON_TYPE(t,v)
BOOST_LIKELY(X)
+
BOOST_UNLIKELY(X)
+ BOOST_PRAGMA_MESSAGE(M)
+
+ Expands to the equivalent of #pragma
+ message(M)
.
+ M
must be a string
+ literal. Example: BOOST_PRAGMA_MESSAGE("This header
+ is deprecated.")
.
+
Table of Contents
-Last revised: July 21, 2017 at 18:08:20 GMT |
+Last revised: December 03, 2017 at 22:51:50 GMT |