[patch] : more delegation in stl_algo.h

Chris Jefferson caj@cs.york.ac.uk
Wed Mar 9 01:56:00 GMT 2005


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




More information about the Libstdc++ mailing list