[libcxx-commits] [PATCH] D116965: [libc++] Modularize <chrono>
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jan 13 06:21:43 PST 2022
ldionne added a comment.
In D116965#3240581 <https://reviews.llvm.org/D116965#3240581>, @Quuxplusone wrote:
> In D116965#3240556 <https://reviews.llvm.org/D116965#3240556>, @ldionne wrote:
>
>> Almost fix CI. I don't understand the last failure in libc++abi, since I am including `<stdint.h>` in the appropriate header. Can someone spot the issue?
>
> `INT_MAX` is in `<climits>`, not `<cstdint>`.
Ahh geez, I think `WINT_MAX` is the one defined in `<cstdint>` (according to cppreference at least). Thanks for spotting.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116965/new/
https://reviews.llvm.org/D116965
More information about the libcxx-commits
mailing list