llvm-project/libcxx/test/std/ranges/range.access
Arthur O'Dwyer 3666dd795d [libc++] [test] Change a lot of free begin/end pairs to members. NFCI.
If you have a `begin() const` member, you don't need a `begin()` member
unless you want it to do something different (e.g. have a different return
type). So in general, //view// types don't need `begin()` non-const members.

Also, static_assert some things about the types in "types.h", so that we
don't accidentally break those properties under refactoring.

Differential Revision: https://reviews.llvm.org/D111231
2021-10-06 16:43:03 -04:00
..
range.access.begin [libc++] Move libc++ specific tests to `libcxx/test/libcxx` 2021-09-29 13:13:05 -04:00
range.access.cbegin [libc++] Move libc++ specific tests to `libcxx/test/libcxx` 2021-09-29 13:13:05 -04:00
range.access.cend [libc++] Move libc++ specific tests to `libcxx/test/libcxx` 2021-09-29 13:13:05 -04:00
range.access.end [libc++] Move libc++ specific tests to `libcxx/test/libcxx` 2021-09-29 13:13:05 -04:00
range.prim [libc++] [test] Change a lot of free begin/end pairs to members. NFCI. 2021-10-06 16:43:03 -04:00