15 #include <boost/make_shared.hpp>
16 #include <boost/pool/pool_alloc.hpp>
31 template <
typename T,
class... Args>
34 using allocator_t = ::boost::fast_pool_allocator<::boost::shared_ptr<T>>;
48 template <
typename T,
class... Args>
51 using allocator_t = ::boost::pool_allocator<::boost::shared_ptr<T>>;