-
- Downloads
numeric (inner_product, [...]): Precede subsequent call with _GLIBCXX_STD_P::...
numeric (inner_product, [...]): Precede subsequent call with _GLIBCXX_STD_P:: to avoid ambiguity between... 2010-03-22 Johannes Singler <singler@kit.edu> * include/parallel/numeric (inner_product, partial_sum): Precede subsequent call with _GLIBCXX_STD_P:: to avoid ambiguity between __gnu_parallel:: and std:: * include/parallel/algobase.h (equal): Likewise. * include/parallel/algo.h (find_first_of, search_n, merge, nth_element, partial_sort, max_element, min_element): Likewise. * include/parallel/partial_sum.h (__parallel_partial_sum_linear): Qualify accumulate call with __gnu_parallel::. From-SVN: r157643
Showing
- libstdc++-v3/ChangeLog 11 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/parallel/algo.h 13 additions, 9 deletionslibstdc++-v3/include/parallel/algo.h
- libstdc++-v3/include/parallel/algobase.h 8 additions, 2 deletionslibstdc++-v3/include/parallel/algobase.h
- libstdc++-v3/include/parallel/numeric 4 additions, 3 deletionslibstdc++-v3/include/parallel/numeric
- libstdc++-v3/include/parallel/partial_sum.h 2 additions, 1 deletionlibstdc++-v3/include/parallel/partial_sum.h
Loading
Please register or sign in to comment