[libcxx-commits] [libcxx] [libc++][math] Fix undue overflowing of `std::hypot(x, y, z)` (PR #100820)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 1 13:17:28 PDT 2024


================
@@ -130,6 +130,9 @@ chrono type_traits
 chrono vector
 chrono version
 cinttypes cstdint
+cmath cstddef
----------------
ldionne wrote:

You seem to be missing some transitive includes additions in c++03, that's what is breaking the CI.

https://github.com/llvm/llvm-project/pull/100820


More information about the libcxx-commits mailing list