2009-09-25 Johannes Singler <singler@ira.uka.de>
* include/parallel/base.h: Comment on presence of min/max duplicates.
From-SVN: r152161
+2009-09-25 Johannes Singler <singler@ira.uka.de>
+
+ * include/parallel/base.h: Comment on presence of min/max duplicates.
+
2009-09-25 Johannes Singler <singler@ira.uka.de>
* include/parallel/partition.h (__parallel_nth_element):
return __i > 1 ? __i : 1;
}
-
+
inline bool
__is_parallel(const _Parallelism __p) { return __p != sequential; }
- // XXX remove std::duplicates from here if possible,
- // XXX but keep minimal dependencies.
-
/** @brief Calculates the rounded-down logarithm of @__c __n for base 2.
* @param __n Argument.
* @return Returns 0 for any argument <1.
__b = (int)((__x >> 0 ) & _CASable_mask);
}
+//needed for parallel "numeric", even if "algorithm" not included
+
/** @brief Equivalent to std::min. */
template<typename _Tp>
const _Tp&