Re: [v3] libstdc++/55979 (+ notes about 55977)

2013-03-18 Thread Paolo Carlini
Hi, On 03/17/2013 06:45 PM, Jonathan Wakely wrote: On 17 March 2013 17:14, Paolo Carlini wrote: I guess we could at least work around the problem by going back to _M_get_Tp_allocator().construct in _M_create_node (or, better, the allocator_traits<>::construct equivalent, per the recent fix for

Re: [v3] libstdc++/55979 (+ notes about 55977)

2013-03-17 Thread Jonathan Wakely
On 17 March 2013 17:14, Paolo Carlini wrote: > > I guess we could at least work around the problem by going back to > _M_get_Tp_allocator().construct in _M_create_node (or, better, the > allocator_traits<>::construct equivalent, per the recent fix for 56613; we > would use it on _Tp actually, every