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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Dec 23 10:41:47 PST 2022


philnik added a comment.

In D140632#4015497 <https://reviews.llvm.org/D140632#4015497>, @Mordante wrote:

> In D140632#4015448 <https://reviews.llvm.org/D140632#4015448>, @philnik wrote:
>
>> No, not all compilers support P0848R3, which is required for the triviality.
>
> Which compilers we support don't support this change? The CI is green https://buildkite.com/llvm-project/libcxx-ci/builds/16465

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.


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