[libcxx-commits] [PATCH] D140632: [NFC][libc++] Removes concepts tests.

H. Vetinari via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Dec 25 19:42:46 PST 2022


h-vetinari added a comment.

> Clang trunk doesn't claim support: https://godbolt.org/z/hes3nah8s. I'm actually quite surprised this doesn't break the CI. I remember having problems with at least Clang 15 when trying to use conditionally trivial special member functions.

See https://reviews.llvm.org/D128619; it's implemented, but there are still a large number of open concept issues so the feature macro hasn't been set.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140632



More information about the libcxx-commits mailing list