Update many test cases appropriately, guarding with #ifdef _LIBCPP_VERSION since libc++ doesn't yet implement P2415.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This strikes me as the wrong fix; the right fix would be for someone to implement P2415R2 in libc++. I volunteer.
However, @CaseyCarter, could you tell me whether it is correct to implement P2415R2 in C++20 or only in C++23? I could totally believe it's one of these additions to C++20 that happened in Q4 of 2021, but I'm not sure where to look to find that out officially.
Comment Actions
@CaseyCarter I suggest abandoning this in favour of https://reviews.llvm.org/D116894, which we will ship soon.