2011-01-24 Johannes Singler <singler@kit.edu>
authorsingler <singler@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Jan 2011 17:07:35 +0000 (17:07 +0000)
committersingler <singler@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Jan 2011 17:07:35 +0000 (17:07 +0000)
commit8a22e51761ca32bb4ce26c3d152e133f5c25238a
treee2efd3a9dbc49e1b9103c8a35bf237e498ac15f3
parentfabc2065432e7a5b2675eb6fa71e2d11f35791da
2011-01-24  Johannes Singler  <singler@kit.edu>

        PR libstdc++/47433
        * include/parallel/losertree.h
        (_LoserTree<>::__delete_min_insert):
        Do not qualify swap with std:: for value type,
        but include a using directive instead.
        (_LoserTreeUnguarded<>::__delete_min_insert): Likewise.
        * include/parallel/balanced_quicksort.h (__qsb_divide):
        Use std::iter_swap instead of std::swap.
        (__qsb_local_sort_with_helping): Likewise.
        * include/parallel/partition.h (__parallel_partition):
        Likewise. (__parallel_nth_element): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169171 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/parallel/balanced_quicksort.h
libstdc++-v3/include/parallel/losertree.h
libstdc++-v3/include/parallel/partition.h