[libcxx-commits] [libcxx] [libc++] Remove libc++'s own <limits.h> (PR #65472)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 10 11:05:04 PDT 2023
================
@@ -448,10 +448,6 @@ module std_inttypes_h [system] {
export *
}
// <iso646.h> provided by compiler.
-module std_limits_h [system] {
----------------
ldionne wrote:
Yes, if it is provided by the compiler then the compiler should provide an appropriate modulemap for that header if that's necessary.
https://github.com/llvm/llvm-project/pull/65472
More information about the libcxx-commits
mailing list