]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/include/parallel/numericfwd.h
re PR libstdc++/33487 (parallel v3: more functions not in right namespace)
authorBenjamin Kosnik <bkoz@redhat.com>
Sat, 6 Oct 2007 15:08:58 +0000 (15:08 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Sat, 6 Oct 2007 15:08:58 +0000 (15:08 +0000)
commit6f95a65aa12189f267de958ceb995f40e603131e
treeb26821aeffd62dbc8ddb9938940040a30eb8e059
parenta0689cdfd56b38666775382da03da5af72761888
re PR libstdc++/33487 (parallel v3: more functions not in right namespace)

2007-10-06  Benjamin Kosnik  <bkoz@redhat.com>

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.

From-SVN: r129054
12 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/parallel_mode.html
libstdc++-v3/include/bits/algorithmfwd.h
libstdc++-v3/include/parallel/algo.h
libstdc++-v3/include/parallel/algobase.h
libstdc++-v3/include/parallel/algorithmfwd.h
libstdc++-v3/include/parallel/numeric
libstdc++-v3/include/parallel/numericfwd.h
libstdc++-v3/include/parallel/random_shuffle.h
libstdc++-v3/include/parallel/search.h
libstdc++-v3/include/parallel/tags.h
libstdc++-v3/include/parallel/tree.h