Re: [patch] Make std::vector meet C++11 allocator requirements.
2014-10-31 21:49 GMT+01:00 Jonathan Wakely : > There's no better time to fix evil vector than Halloween. Great - so you removed vector?;-) - Daniel
[patch] Make std::vector meet C++11 allocator requirements.
There's no better time to fix evil vector than Halloween. All allocator operations must go through allocator_traits and _Bit_type* must be replaced with the allocator's pointer type. Rather than rewriting all the iterators and base classes to use _Bit_pointer everywhere I only changed _M_end_of_