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: [patch] : finish adding move symantics to <algorithm>


chris jefferson wrote:

> This patch finishes adding move symantics to <algorithm>, in
> particular to the sort functions and inplace_merge, as they all use
> each other and the same internal functions.
>
> This one is slightly more intrusive than the others, and in particular
> introduces different algorithms for sorting moveable and non-moveable
> types. 

Ok, thanks. Probably in some selected cases we cannot avoid that, as we
briefly discussed.

Will get to the patch itself in a couple of days.

Paolo.


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