$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Which singleton to use?
From: Alexander (gutenev_at_[hidden])
Date: 2009-02-10 10:26:34
> Hi all.
>
> Apparently, there's a possibility of a singleton library in a future
> release, right? However, in the meanwhile, if I need a basic singleton
> that provides thread-safe initialization/destruction, which one would
> you recommend?
In the company where I work we already use boost singleton, and some other
boost libraries (asio, exception, maybe some other) were used before they
accepted too.