$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [ptr_container] ptr_vector across DLL boundaries
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2009-06-26 06:25:17
Christian Schladetsch skrev:
>> If you want to provide a stateful clone allocator, it would allow me to do
>>> something like this:
>>
> If ptr_container<T> is to have stateful allocators, should it not use
> boost::container<T>? Currently the ptr_containers are based on the
> std::containers.
Could be. It's not a completely non-breaking change.
-Thorsten