OSDN Git Service

2010-01-18 Johannes Singler <singler@kit.edu>
authorsingler <singler@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Jan 2010 08:44:45 +0000 (08:44 +0000)
committersingler <singler@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Jan 2010 08:44:45 +0000 (08:44 +0000)
        * include/parallel/base.h (__unary_negate): Correct comment.

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

libstdc++-v3/ChangeLog
libstdc++-v3/include/parallel/base.h

index 0e25c9e..68b31e0 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-18  Johannes Singler  <singler@kit.edu>
+
+       * include/parallel/base.h (__unary_negate): Correct comment.
+
 2010-01-16  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * include/std/functional (_Bind<_Functor(_Bound_args...)>::__call):
index a219f7c..76c3fe6 100644 (file)
@@ -167,7 +167,7 @@ namespace __gnu_parallel
     };
 
 
-  /** @brief Similar to std::binder1st,
+  /** @brief Similar to std::unary_negate,
    *  but giving the argument types explicitly. */
   template<typename _Predicate, typename argument_type>
     class __unary_negate