Implements parts of:
- P0898R3 Standard Library Concepts
- P1754 Rename concepts to standard_case for C++20, while we still can
Depends on D97162
Differential D97359
[libcxx] adds concept std::movable cjdb on Feb 23 2021, 11:06 PM. Authored by
Details
Implements parts of:
Depends on D97162
Diff Detail
Unit Tests Event TimelineComment Actions I had a quick look, I'll have a closer look later.
Comment Actions Some small issues, but like to see the build pass before approving.
Comment Actions As usual, the code in <concepts> is "obviously correct" (and the tests are more verbose than I'd wish, but I don't intend to hold it up over that). LGTM%nits, if tests pass.
Comment Actions applies some of @Quuxplusone's feedback
|
T -> _Tp