[libcxx-commits] [libcxx] [libc++] Fix __datasizeof_v for Clang17 and 18 in C++03 (PR #106832)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 3 10:33:50 PDT 2024


================
@@ -18,6 +18,8 @@
 //                                    int base = 10)
 
 #include <charconv>
+#include <cstdint>
+
----------------
ldionne wrote:

I think this can go away once you rebase.

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


More information about the libcxx-commits mailing list