diff --git a/doc/html/boost_config/acknowledgements.html b/doc/html/boost_config/acknowledgements.html index 568cc3a1..347924f4 100644 --- a/doc/html/boost_config/acknowledgements.html +++ b/doc/html/boost_config/acknowledgements.html @@ -1,6 +1,6 @@
- +- | ||
+
+ |
+
+ + This macro is used where a compiler specific workaround is required + that is not otherwise described by one of the other Boost.Config + macros. To use the macro you must first + +#include <boost/detail/workaround.hpp> ++ + usage is then: + +#if BOOST_WORKAROUND(MACRONAME, CONDITION) + // workaround code goes here... +#else + // Standard conforming code goes here... +#endif ++
+ where
+ The macro can also be used with
+ For example + Note: the ultimate source of documentation + for this macro is in boost/detail/workaround.hpp. + + |
+|
|