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: [patch] : more delegation in stl_algo.h


Chris Jefferson wrote:


Apart from that, this patch is hopefully mostly fairly obvious, with the exception that replace_copy of used to have a construct "z = p ? x : y" which I've replaced with "if(z) p=x else p=y", as in theory x and y can be of different types, neither convertable to the other but both convertable to typeof(z).

Hi self ! (hey say talking to yourself is the first sign of madness...)


Wit regards the above patch (and a couple of other tiny upcoming ones), I was just wondering what the current situation with regards 4.1/so_7 is? I'm assuming that anything which isn't a regression isn't going into 4.0, but has it been decided yet if so_7 will be going into 4.1 (in which case there isn't much point applying patches to libstdc++-v7 mailine), or should non-ABI breaking patches still be submitted there?

Chris



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