]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/parallel/base.h
base.h (__unary_negate): Correct comment.
[thirdparty/gcc.git] / libstdc++-v3 / include / parallel / base.h
index a219f7c475580e8366be74461801a364ae83eb61..76c3fe6a8404970dd71f23a3d34fb55ede2c3a27 100644 (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