$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jason Hise (chaos_at_[hidden])
Date: 2005-09-29 12:16:58
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