This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 56613; we
would use it on _Tp actually, everywhere) but I don't know if Jon has
already something in his tree for this batch of issues regarding our base
container class / node constructors, or we want to decouple the issue from
55977, do std::vector and std::deque, which would be trivial even for 4.8.1,
or something else. Suggestions?
For std::list I'm waiting until we have two separate C++03 and C++11
implementations, then I'll implement allocator support in the C++11
code only, as it will be much easier. ...
Ok great. Then, I'm going to apply mainline and 4.8.1 the straightforward std::vector and std::deque bits. The PR remains open for the rest.

Thanks!
Paolo.

/////////////////////

Attachment: CL_55977
Description: Text document

Attachment: patch_55977
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]