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]

[patch] : so_7 search improvement take 2


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.

Chris

Attachment: ChangeLog-search
Description: application/text

Attachment: patch-search
Description: application/text


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