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 @@
#pragma
message(M)
.
M
must be a string
- literal. Example: BOOST_PRAGMA_MESSAGE("This header
- is deprecated.")
.
+ literal.
+
+
+ Example: BOOST_PRAGMA_MESSAGE("This header
+ is deprecated.")
+
+ The messages issued by BOOST_PRAGMA_MESSAGE
+ can be suppressed by defining the macro BOOST_DISABLE_PRAGMA_MESSAGE
.
+
+ BOOST_HEADER_DEPRECATED(A)
+
+ Defined in header <boost/config/header_deprecated.hpp>
,
+ this macro issues the message "This header is deprecated.
+ Use A
instead."
+ via BOOST_PRAGMA_MESSAGE
.
+ A
must be a string
+ literal.
+
+ Example: BOOST_HEADER_DEPRECATED("<boost/config/workaround.hpp>")
+
+ The messages issued by BOOST_HEADER_DEPRECATED
+ can be suppressed by defining the macro BOOST_ALLOW_DEPRECATED_HEADERS
.
Table of Contents
-Last revised: December 12, 2017 at 18:14:39 GMT |
+Last revised: December 22, 2017 at 23:49:22 GMT |