[patch] : so_7 search improvement take 2

chris jefferson caj@cs.york.ac.uk
Tue Jun 21 13:38:00 GMT 2005


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ChangeLog-search
Type: application/text
Size: 516 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20050621/2edf40b6/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch-search
Type: application/text
Size: 10298 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20050621/2edf40b6/attachment-0001.bin>


More information about the Gcc-patches mailing list