From: Johannes Singler Date: Mon, 18 Jan 2010 08:44:45 +0000 (+0000) Subject: base.h (__unary_negate): Correct comment. X-Git-Tag: releases/gcc-4.5.0~1168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d62f1d022337d1e1b8e9fdeaf0c1eb491cd853a;p=thirdparty%2Fgcc.git base.h (__unary_negate): Correct comment. 2010-01-18 Johannes Singler * include/parallel/base.h (__unary_negate): Correct comment. From-SVN: r156003 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0e25c9e2ae58..68b31e01e587 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2010-01-18 Johannes Singler + + * include/parallel/base.h (__unary_negate): Correct comment. + 2010-01-16 Paolo Carlini * 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 a219f7c47558..76c3fe6a8404 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 class __unary_negate