[libcxx-commits] [libcxx] [libc++][test] Close LWG3238 and add tests (PR #93043)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 24 09:21:36 PDT 2024


================
@@ -18,6 +18,7 @@
 // Make sure we stick to the specification.
----------------
ldionne wrote:

I think we should replace the current test by the SFINAE test you added. We normally don't test constraints using clang-verify tests, we need to use SFINAE tests. So in that sense I think the original test wasn't written the way it should have.

https://github.com/llvm/llvm-project/pull/93043


More information about the libcxx-commits mailing list