2005-09-12 Chris Jefferson <chris@bubblescope.net>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Sep 2005 21:13:04 +0000 (21:13 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Sep 2005 21:13:04 +0000 (21:13 +0000)
commit7fbdbafa67f6c11ea49155e9636364529d6a89d9
tree17e39f1823874105167557a234b7c98f6947dfed
parent0c3e6227ed4c3984bb7bfd3c27ec84555d2891d6
2005-09-12  Chris Jefferson  <chris@bubblescope.net>

* include/bits/stl_algo.h (search_n): Delegate to specializations.
(search_n(,,,,binary_predicate)): Likewise.
        (__search_n(forward_iterator_tag)): Original search_n, tweak to
        remove an unnecessary comparison.
        (__search_n(,,,,binary_predicate,forward_iterator_tag)): Likewise.

2005-09-12  Jim Xochellis  <jimxoch@yahoo.gr>

        * include/bits/stl_algo.h (__search_n(std::random_access_iterator_tag)):
Add specialization.
        (__search_n(,,,,binary_predicate,std::random_access_iterator_tag)):
        Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104192 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_algo.h