[libcxx-commits] [libcxx] [libc++] Implement P2538R1 "ADL-proof std::projected" (PR #65411)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 5 16:47:17 PDT 2023


https://github.com/EricWF requested changes to this pull request.

None of the tests included with this change actually work.

They're all missing the include for `TEST_STD_VER`, which disables the tests.
But after re-enabling the tests and removing the fix, all the tests still passed.

Do you know what's going on there?


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


More information about the libcxx-commits mailing list