$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Tobias Schwinger (tschwinger_at_[hidden])
Date: 2007-08-19 20:13:37
Robert Ramey wrote:
> I think that very useful in this effort would be lightweight threadsafe
> singleton.
Recently found the same. Do you want a Singleton with thread-safe
initialization? Or one with automatically thread-safe access to its members?
<...>
> Someone please tell me its here but that I just haven't found it.
The archive at
contains both of the variants mentioned above.
Regards,
Tobias