$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Tobias Schwinger (tschwinger_at_[hidden])
Date: 2008-01-16 10:38:01
Edson Tadeu wrote:
> Tobias,
>
> Does it support a single singleton across multiple DLL's? I.e., singleton
> S is accessed the first time by DLL A (and is created), then it is accessed
> by DLL B. Does DLL B create a new instance of singleton S for it, or can it
> use the one created by DLL A as a truly global singleton?
Yes. See the documentation for details.
Regards,
Tobias