OSDN Git Service

2010-03-22 Johannes Singler <singler@kit.edu>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index 9dec9f9..36e44c3 100644 (file)
@@ -1,3 +1,41 @@
+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.
+       (_VoidFunctor): Remove, unused.
+       (__median_of_three_iterators): Take __comp by value.
+       (_PseudoSequenceIterator<>::operator++(int)): Do not const qualify
+       the return type.
+       (_PseudoSequenceIterator<>::operator!=): Fix return type to bool.
+
+2010-03-22  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * include/parallel/base.h (_Less): Use std::less.
+       (_Plus): Likewise use std::plus.
+       (_Multiplies): Likewise use std::multiplies.
+       * include/parallel/numeric: Adjust.
+
+2010-03-19  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * testsuite/17_intro/freestanding.cc: Avoid -Wall warnings.
+
+2010-03-19  Rodolfo Lima  <rodolfo@rodsoft.org>
+
+       * include/bits/shared_ptr.h (shared_ptr(unique_ptr&&),
+       shared_ptr(auto_ptr&&)): Remove explicit specifier (as per DR 925).
+       * include/bits/shared_ptr_base.h: Likewise.
+       * testsuite/20_util/shared_ptr/creation/dr925.cc: New.
+
 2010-03-19  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * include/bits/random.tcc: Minor formatting changes.