[libcxx-commits] [PATCH] D121528: [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Mar 12 10:35:45 PST 2022


jloser marked 3 inline comments as done.
jloser added inline comments.


================
Comment at: libcxx/test/std/containers/views/range_concept_conformance.compile.pass.cpp:11
-// UNSUPPORTED: libcpp-no-concepts
-// UNSUPPORTED: libcpp-has-no-incomplete-ranges
 
----------------
Mordante wrote:
> This test fails this should probably remain `// UNSUPPORTED: libcpp-has-no-incomplete-ranges`.
Yep, I pushed a fix for this while you were in the middle of the review. This should fix CI. :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121528



More information about the libcxx-commits mailing list