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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits