This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [patch] : more delegation in stl_algo.h
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Chris Jefferson <caj at cs dot york dot ac dot uk>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Wed, 09 Mar 2005 03:08:03 +0100
- Subject: Re: [patch] : more delegation in stl_algo.h
- References: <422E4B56.9070104@cs.york.ac.uk> <422E57C7.60005@cs.york.ac.uk>
Chris Jefferson wrote:
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?
Hi self! ;)
No decisions to date: mainline is open for non-ABI breaking patches.
Actually, only fixes for regressions should go in 4.0 at this point but
tr1 work (and, maybe, a few other small things ;) is ok since it's
completely safe wrt the standard library proper.
Tomorrow evening latest I will have a look to your work...
Paolo.