This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] : so_7 search improvement take 2


Hi Chris and sorry for the (expected) delay,

> OK, here is another attempt.
>
> Mainly because of the problem with unions (which I think won't be
> solvable until when/if tr1::is_union appears), I've decided to scale
> back. Now I have only specialised __bind2nd (a internal special
> version of bind2nd) for __gnu_cxx::__ops::equal_to, which means that
> we aren't penalising people who don't give a predicate.
>
> The patch to std::search and the testsuite remains identical.

I like this version and certainly we need something safe and solid to
fix 21796. I'm going to have a closer look, regtest it again on a couple
of arches and then, if everything goes well, commit it (v7-branch only,
for now, of course).

Thanks!
Paolo.


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