[libcxx-commits] [libcxx] [libc++] Remove libc++'s own <limits.h> (PR #65472)
Yonggang Luo via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 9 21:36:02 PDT 2023
================
@@ -448,10 +448,6 @@ module std_inttypes_h [system] {
export *
}
// <iso646.h> provided by compiler.
-module std_limits_h [system] {
----------------
lygstate wrote:
Whey this removed, because `stdint.h` are also provided by compiler
https://github.com/llvm/llvm-project/pull/65472
More information about the libcxx-commits
mailing list