llvm-project/libcxx/test/std/containers/views/span.iterators
Joe Loser 3a208c6894
[libc++] Implement P1394r4 for span: range constructor
Implement https://wg21.link/p1394 which allows span to be constructible
from any contiguous forwarding-range that has a compatible element type.

Fixes https://bugs.llvm.org/show_bug.cgi?id=51443

Reviewed By: ldionne, Quuxplusone, #libc

Differential Revision: https://reviews.llvm.org/D110503
2021-10-08 17:00:39 -04:00
..
begin.pass.cpp [libc++] Implement P1394r4 for span: range constructor 2021-10-08 17:00:39 -04:00
end.pass.cpp [libc++] Implement P1394r4 for span: range constructor 2021-10-08 17:00:39 -04:00
iterator_concept_conformance.compile.pass.cpp [libc++] Remove Lit annotations for unsupported GCC versions from the test suite 2021-08-12 13:30:47 -04:00
rbegin.pass.cpp [libc++] Implement P1394r4 for span: range constructor 2021-10-08 17:00:39 -04:00
rend.pass.cpp [libc++] Implement P1394r4 for span: range constructor 2021-10-08 17:00:39 -04:00