[libcxx-commits] [PATCH] D110503: [libc++] Implement P1394r4 for span: range constructor
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 5 18:17:41 PDT 2021
ldionne added inline comments.
================
Comment at: libcxx/test/std/containers/views/span.cons/assign.pass.cpp:12
+// AppleClang 12.0.0 doesn't fully support ranges/concepts
+// XFAIL: apple-clang-12.0.0
----------------
It just occurred to me that if you wanted, you could also replace all those `XFAIL: apple-clang-12.0.0` by `XFAIL: libcpp-no-concepts`. IDK why I didn't think of that sooner. Feel free to do it or not, those are both temporary things anyway.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110503/new/
https://reviews.llvm.org/D110503
More information about the libcxx-commits
mailing list