[libcxx-commits] [PATCH] D62719: A hot fix for exclusive_scan

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 6 16:29:37 PDT 2019


ldionne added inline comments.


================
Comment at: test/std/numerics/numeric.ops/scan.fail.cpp:17
+template<typename PolicyType>
+typename std::enable_if<!std::is_execution_policy<PolicyType>::value, void>::type
+run_algo() {
----------------
Do you really need this `enable_if`? I don't quite understand the utility of it.


Repository:
  rPSTL pstl

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62719/new/

https://reviews.llvm.org/D62719





More information about the libcxx-commits mailing list