llvm-project/libcxx/test/std/containers/views/span.objectrep
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
..
as_bytes.pass.cpp [libc++] Implement P1394r4 for span: range constructor 2021-10-08 17:00:39 -04:00
as_writable_bytes.fail.cpp [libc++] Implement P1394r4 for span: range constructor 2021-10-08 17:00:39 -04:00
as_writable_bytes.pass.cpp [libc++] Implement P1394r4 for span: range constructor 2021-10-08 17:00:39 -04:00