
2 Sep
2011
2 Sep
'11
5:57 a.m.
On 09/02/2011 09:49 AM, Roman Perepelitsa wrote:
2011/9/2 Emil Dotchevski<emildotchevski@gmail.com>
The existing version of boost::any has the same limitation. If you make rtti info local to dynamic libraries, you won't be able to extra data from any in one dynamic library if it was put in in another.
MSVC bakes the RTTI statically in each DLL, but it does work across DLL boundaries.
It doesn't work on Linux, though.
It does, if you make RTTI public for relocation.