Subject: Re: [boost] [ptr_container] ptr_vector across DLL boundaries
From: Christian Schladetsch (christian.schladetsch_at_[hidden])
Date: 2009-06-26 05:20:55


> 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.

Is there a case against using boost::container instead? Other than that Ion
has not committed the new headers yet of course...

Regards,
Christian