From: Johannes Singler Date: Mon, 18 Jan 2010 08:44:45 +0000 (+0000) Subject: base.h (__unary_negate): Correct comment. X-Git-Tag: upstream/12.2.0~95034 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4d62f1d022337d1e1b8e9fdeaf0c1eb491cd853a;p=platform%2Fupstream%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 0e25c9e..68b31e0 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 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 class __unary_negate