Rewriting bitmap_allocator

Dhruv Matani dhruvbird@gmail.com
Thu Jul 26 09:10:00 GMT 2012


Thanks Jonathan!

So, just to confirm, I need to determine if the current allocator can
be passed to std::allocator_traits<Alloc> (which happens to be
available only post 4.6.2) right?

Regards,
-Dhruv.

On Wed, Jul 25, 2012 at 2:16 AM, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
> On 26 June 2012 21:25, Benjamin Kosnik wrote:
>>
>> You may want to address C++11 allocator conformance/issues.
>
> std::allocator_traits<A> makes any C++03 allocator A meet the C++11
> requirements.



-- 
   -Dhruv Matani.
http://dhruvbird.com/

"What's the simplest thing that could possibly work?"
-- Ward Cunningham



More information about the Libstdc++ mailing list