$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Neal Becker (ndbecker2_at_[hidden])
Date: 2005-05-06 10:28:44
Pavel Antokolsky aka Zigmar wrote:
> On 5/5/05, Neal Becker <ndbecker2_at_[hidden]> wrote:
>> I'm curious as to how singleton behaves with respect to shared libraries.
>> Is this tested? I'd imagine the results are platform-dependent.
>
I've tested on linux/gcc using shared libs with dynamic linking. It seems
OK. I have not tested runtime link using dlopen.
The test is attached