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] First part of 29385


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.



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