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
This commit is contained in:
Johannes Singler 2010-01-18 08:44:45 +00:00 committed by Johannes Singler
parent 0678ade0fe
commit 4d62f1d022
2 changed files with 5 additions and 1 deletions

View 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):

View 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