$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] stack_allocator
From: Andrew Hundt (athundt_at_[hidden])
Date: 2013-01-29 09:48:10
>
> maybe this will do it for you.
>
>
> http://www.boost.org/doc/libs/1_39_0/boost/serialization/detail/stack_constructor.hpp
> Robert Ramey
>
Thanks for mentioning it, but unfortunately that does not meet the
requirements of the Allocator concept, such as the allocate() member
function.
Cheers!
Andrew Hundt