[libcxx-commits] [PATCH] D119853: [libc++] Guard much of std::ranges under _LIBCPP_HAS_NO_INCOMPLETE_RANGES.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 15 12:15:52 PST 2022


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

- ASAN failures are expected.
- I'll fix the filesystem issue by cherry-picking 7dad5f84f1b8a7aafd5a27ce2889bd72a1e54002 <https://reviews.llvm.org/rG7dad5f84f1b8a7aafd5a27ce2889bd72a1e54002>.
- The macOS x86_64 issue is a common Debug mode issue, I haven't investigated but un-breaking the debug mode as a whole should fix that (I'm working on that).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119853/new/

https://reviews.llvm.org/D119853



More information about the libcxx-commits mailing list