$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost.Pool lost singleton_default -- replacement?
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-12-31 04:46:14
>Prior to 1.48, Boost.Pool's singleton_pool class used a helper class
>singleton_default. This was hidden in a detail header
><boost/pool/detail/singleton.hpp>, yet I found 3 programs in the
>Debian distribution that used it directly to instantiate
>their own singletons.
>
>I didn't find any direct replacement for singleton.hpp in Boost 1.48.
>Is there any plan to introduce this later?
No sorry, it was a detail, and details change. You are of course free to
grab the singleton source from 1.47 and place it somewhere those programs
can use.
John.