diff --git a/doc/html/boost_config/boost_macro_reference.html b/doc/html/boost_config/boost_macro_reference.html index 238f20fe..59607598 100644 --- a/doc/html/boost_config/boost_macro_reference.html +++ b/doc/html/boost_config/boost_macro_reference.html @@ -3981,6 +3981,20 @@
+
+ BOOST_ATTRIBUTE_UNUSED
+
+ Expands to __attribute__((unused))
when this is available - can
+ be used to disable compiler warnings relating to unused types or
+ variables.
+
Last revised: October 02, 2014 at 17:20:14 GMT |
+Last revised: October 11, 2014 at 12:11:50 GMT |