aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Singler <singler@kit.edu>2010-01-18 08:44:45 +0000
committerJohannes Singler <singler@gcc.gnu.org>2010-01-18 08:44:45 +0000
commit4d62f1d022337d1e1b8e9fdeaf0c1eb491cd853a (patch)
tree763ae6243fe506fd57604ab8c1777b3620b8395c
parent0678ade0fe11c49831fcaeaaf0eeeaa684a48c86 (diff)
downloadgcc-4d62f1d022337d1e1b8e9fdeaf0c1eb491cd853a.zip
gcc-4d62f1d022337d1e1b8e9fdeaf0c1eb491cd853a.tar.gz
gcc-4d62f1d022337d1e1b8e9fdeaf0c1eb491cd853a.tar.bz2
base.h (__unary_negate): Correct comment.
2010-01-18 Johannes Singler <singler@kit.edu> * include/parallel/base.h (__unary_negate): Correct comment. From-SVN: r156003
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/include/parallel/base.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 0e25c9e..68b31e0 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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):
diff --git a/libstdc++-v3/include/parallel/base.h b/libstdc++-v3/include/parallel/base.h
index a219f7c..76c3fe6 100644
--- a/libstdc++-v3/include/parallel/base.h
+++ b/libstdc++-v3/include/parallel/base.h
@@ -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