$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [ptr_container] ptr_vector across DLL boundaries
From: Christian Schladetsch (christian.schladetsch_at_[hidden])
Date: 2009-06-26 06:40:38
>
> PS. Perhaps just porting ptr_container to use boost::container rather than
>> std::container would solve Roberts problem?
>>
>
> No. He needs to "install" his own new/delete with the container.
Isn't this called a stateful allocator? Which boost::container supports?
Regards,
Christian.