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:
parent
0678ade0fe
commit
4d62f1d022
@ -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):
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user