This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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 PATCH] PR libstdc++/78389


On 13 January 2017 at 09:56, Ville Voutilainen
<ville.voutilainen@gmail.com> wrote:
>> problem with just going through all of them and splicing the contents
>> (if any) back to *this?
>
> Well, in addition to the computational complexity of it, not knowing
> which elements should be spliced
> back where. If a comparator given to sort() throws, trying to "unsort"
> with the same comparator
> can also throw, so I don't know how to reverse the operations done by
> that point.

Ah, I think I see what you're saying. Just splice them back in any
order. Ok, I'll give that a spin.


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