[libcxx-commits] [libcxx] [libc++] add floating point type check for uniform real distrubtion (PR #70564)
via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 30 05:44:18 PDT 2023
================
@@ -14,6 +14,7 @@
#include <__random/is_valid.h>
#include <iosfwd>
#include <limits>
+#include <type_traits>
----------------
philnik777 wrote:
Please use `<__type_traits/is_floating_point.h>` instead.
https://github.com/llvm/llvm-project/pull/70564
More information about the libcxx-commits
mailing list