OSDN Git Service

2010-03-22 Johannes Singler <singler@kit.edu>
authorsingler <singler@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Mar 2010 17:06:50 +0000 (17:06 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 00:32:13 +0000 (09:32 +0900)
        * 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::.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157643 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog

index dac1b8e..36e44c3 100644 (file)
@@ -1,3 +1,14 @@
+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::.
+
 2010-03-22  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * include/parallel/base.h (_PseudoSequence): Do not forward declare.
 2010-03-22  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * include/parallel/base.h (_PseudoSequence): Do not forward declare.