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

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 23 19:16:34 PDT 2019


zoecarver accepted this revision.
zoecarver marked an inline comment as done.
zoecarver added a comment.
This revision is now accepted and ready to land.

LGTM :)



================
Comment at: libcxx/include/numeric:148
 #include <functional>
+#include <cmath> // for isnormal
 #include <version>
----------------
mclow.lists wrote:
> 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.
Okay, nevermind then.


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

https://reviews.llvm.org/D61014





More information about the libcxx-commits mailing list