[libcxx-commits] [libc] [libcxx] [llvm] [libcxx][libc] Hand in Hand PoC with from_chars (PR #91651)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Aug 15 11:55:30 PDT 2024
================
@@ -317,6 +317,8 @@ auto all_unsigned = type_list<
>();
auto integrals = concat(all_signed, all_unsigned);
+auto all_floats = type_list< float, double >(); //TODO: Add long double
----------------
ldionne wrote:
We should refactor this to use `test/support/type_algorithms.h` instead. Doesn't have to be in this patch.
https://github.com/llvm/llvm-project/pull/91651
More information about the libcxx-commits
mailing list