[libcxx-commits] [PATCH] D111838: [libc++] Implement LWG3369, tweak CTAD for std::span.

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 14 17:29:24 PDT 2021


jloser accepted this revision.
jloser added a comment.

LGTM - thanks for looking into it.



================
Comment at: libcxx/test/std/containers/views/span.cons/deduct.pass.cpp:9
 // UNSUPPORTED: c++03, c++11, c++14, c++17
+// UNSUPPORTED: libcpp-no-concepts
 // UNSUPPORTED: libcpp-has-no-incomplete-ranges
----------------
We could do a similar thing for all the files I touched in my recent span PR FYI. We're going to drop support for AppleClang 12.0.0 officially in BuildKite hopefully soon since we only need to support AppleClang 13.0.0 technically. At that point, all the `UNSUPPORTED: libcpp-no-concepts` go away.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111838



More information about the libcxx-commits mailing list