$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [any] new version
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2011-09-02 01:57:24
On 09/02/2011 09:49 AM, Roman Perepelitsa wrote:
> 2011/9/2 Emil Dotchevski<emildotchevski_at_[hidden]>
>
>>> 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.