CaseyCarter added inline comments.

================
Comment at: 
test/std/numerics/numeric.ops/transform.exclusive.scan/transform_exclusive_scan_init_bop_uop.pass.cpp:33
+    template <typename T>
+    constexpr auto operator()(T x) const noexcept {
+        return static_cast<T>(x + 10);
----------------
Although it doesn't matter to these tests, this notably doesn't have return 
type SFINAE as @mclow.lists suggested in his comment. Marshall, do you care, 
and if so, why?


https://reviews.llvm.org/D41748



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to