
29 Jan
2011
29 Jan
'11
6:13 a.m.
Mostafa wrote:
Hi,
I propose the introduction of BOOST_SYMBOL_IMPORT_VISIBLE to Boost.Config that behaves like BOOST_SYMBOL_IMPORT in all cases except gcc (and like compilers?) where it expands to "__attribute__((visibility("default")))". I believe this is need to address the following two scenarios:
You might want to look at boost/serialization/force_include.hpp for inspiration here Robert Ramey