[libcxx-commits] [PATCH] D116885: [libcxx][test] `movable` non-`view` rvalues become`viewable_range`s after P2415

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jan 9 03:30:20 PST 2022


Quuxplusone requested changes to this revision.
Quuxplusone added a comment.
This revision now requires changes to proceed.

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.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116885



More information about the libcxx-commits mailing list