
19 May
2010
19 May
'10
9:44 p.m.
On Wed, May 19, 2010 at 12:36 PM, Robert Ramey <ramey@rrsd.com> wrote:
...
Note: some of this funtionality, or something similar, might already be found in boost/serialization/force_include.hpp
Interesting... Although BOOST_USED is solving a somewhat different problem than BOOST_SYMBOL_VISIBLE, the solution follows the same pattern - introduce a new macro for the particular attribute needed, and define that macro with no value for the compilers that don't need it and/or don't recognize the attribute extension. Thanks, --Beman