
29 Sep
2005
29 Sep
'05
5:16 p.m.
Joel Eidsath wrote:
In [boost.pool], why is there no singleton_object_pool? Or is it already possible to achieve the same behavior?
For your purposes, would using the address of an aligned_storage < SingletonType >::type for in place creation and destruction be sufficient? -Jason