quicksort.h: Reformat,
authorJohannes Singler <singler@ira.uka.de>
Wed, 23 Apr 2008 07:26:53 +0000 (07:26 +0000)
committerJohannes Singler <singler@gcc.gnu.org>
Wed, 23 Apr 2008 07:26:53 +0000 (07:26 +0000)
commitd7066497b039e9cc5dff72b21d5b0986651ff521
treed4c5d467cc26efea3b4f2e39d1e292301b025d29
parent214ece2920ee4e27aca97c1fef963d1d0f61921e
quicksort.h: Reformat,

2008-04-23  Johannes Singler  <singler@ira.uka.de>

        * include/parallel/quicksort.h: Reformat,
        (parallel_sort_qs): Do not pass number of elements.
        * include/parallel/balanced_quicksort.h: Reformat,
        (parallel_sort_qsb): Do not pass number of elements.
        * include/parallel/tags.h:
        Introduce new tags for compile-time choice.
        * include/parallel/merge.h:
        (parallel_merge_advance):Beautified.
        * include/parallel/algo.h: Reformatting (spaces for tabs)
        New sort and stable_sort variants, corresponding to the tags.
        * include/parallel/sort.h:
        New sort and stable_sort variants, corresponding to the tags.
        Changed determining the desired number of threads.

From-SVN: r134582
libstdc++-v3/ChangeLog
libstdc++-v3/include/parallel/algo.h
libstdc++-v3/include/parallel/balanced_quicksort.h
libstdc++-v3/include/parallel/merge.h
libstdc++-v3/include/parallel/quicksort.h
libstdc++-v3/include/parallel/sort.h
libstdc++-v3/include/parallel/tags.h