[libcxx-commits] [PATCH] D116965: [libc++] Modularize <chrono>

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 13 06:20:26 PST 2022


Quuxplusone added a comment.

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>`.


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