This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] First part of 29385
- From: Gawain Bolton <gp dot bolton at computer dot org>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Sun, 26 Nov 2006 12:12:54 +0100
- Subject: Re: [Patch] First part of 29385
- References: <45672AAE.3010808@suse.de>
Hi Paolo,
Thanks for integrating and committing these changes! And nice use of
lower_bound() in find().
Cheers,
Gawain
Paolo Carlini wrote:
Hi,
the below is the first part, that is, integration of Gawain Bolton'
work (a few names adjusted to not cause binary level
incompatibilities) + a preliminary clean-up for the second half,
introducing the _M_lower_bound and _M_upper_bound helpers, called by
lower_bound, upper_bound and find (and soon be by equal_range).
Tested x86/x86_64-linux, will commit later today.
Paolo.