$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dave Abrahams (abrahams_at_[hidden])
Date: 2000-05-31 10:04:49
--- In boost_at_[hidden], "Matthew Hurd" <matthurd_at_o...> wrote:
> Note: ACE contains the double-check patterned solution to the
Singleton
> thread safety question as referenced (in a John Vlissides link) in a
> previous post. Bottom line is Singleton is not too useful without
thread
> safety.
I have written hundreds of single-threaded programs which needed a
singleton.
-Dave