[PATCH] D33997: Implement the non-execution policy versions of `reduce` and `transform_reduce` for C++17

Marshall Clow via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 7 09:28:27 PDT 2017


mclow.lists added inline comments.


================
Comment at: include/numeric:98
 #include <limits> // for numeric_limits
+#include <functional>
 
----------------
I don't like adding this dependency; but the standard requires the use of `std::plus` and `std::multiplies`


https://reviews.llvm.org/D33997





More information about the cfe-commits mailing list