------- Comment #4 from bkoz at gcc dot gnu dot org  2007-10-06 15:09 -------
Subject: Bug 33487

Author: bkoz
Date: Sat Oct  6 15:08:58 2007
New Revision: 129054

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129054
Log:
2007-10-06  Benjamin Kosnik  <[EMAIL PROTECTED]>

        PR libstdc++/33487
        * include/parallel/algorithmfwd.h (for_each, generate, generate_n,
        transform, replace, replace_if, max_element, min_element, count,
        count_if): Consistently construct overloads.
        * include/parallel/numericfwd.h (accumulate, adjacent_difference,
        inner_product): Same.
        * include/parallel/algobase.h: Same.
        * include/parallel/algo.h: Same.
        * include/parallel/numeric: Same.

        * include/bits/algorithmfwd.h: Correct find_end placement.

        * docs/html/parallel_mode.html: Document some of the interface
        conventions.

        * include/parallel/search.h (calc_borders): Only use operator ==.

        * include/parallel/algorithmfwd.h: Move __gnu_sequential bits to...
        * include/parallel/tags.h: ...here, and use a using directive.

        * include/parallel/random_shuffle.h: Include stl_numeric. Qualify
        uses of partial_num with __gnu_sequential.

        * include/parallel/tree.h: Formatting.


Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/docs/html/parallel_mode.html
    trunk/libstdc++-v3/include/bits/algorithmfwd.h
    trunk/libstdc++-v3/include/parallel/algo.h
    trunk/libstdc++-v3/include/parallel/algobase.h
    trunk/libstdc++-v3/include/parallel/algorithmfwd.h
    trunk/libstdc++-v3/include/parallel/numeric
    trunk/libstdc++-v3/include/parallel/numericfwd.h
    trunk/libstdc++-v3/include/parallel/random_shuffle.h
    trunk/libstdc++-v3/include/parallel/search.h
    trunk/libstdc++-v3/include/parallel/tags.h
    trunk/libstdc++-v3/include/parallel/tree.h


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33487

Reply via email to