
31 Dec
2011
31 Dec
'11
9:46 a.m.
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.