[libcxx-commits] [PATCH] D61014: Implement std::midpoint for floating point types

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 23 14:41:13 PDT 2019


mclow.lists marked 4 inline comments as done.
mclow.lists added inline comments.


================
Comment at: libcxx/include/numeric:148
 #include <functional>
+#include <cmath> // for isnormal
 #include <version>
----------------
zoecarver wrote:
> Is there any overlap between `cmath` and `numeric` which might confuse the compiler?
I don't think so. I played around a bit; ran the whole test suite.


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

https://reviews.llvm.org/D61014





More information about the libcxx-commits mailing list