[libcxx-commits] [PATCH] D71999: [libcxx][tests] span: Add failing tests for span::first and span::last
Michael Schellenberger Costa via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Dec 30 05:32:03 PST 2019
miscco created this revision.
Herald added a reviewer: EricWF.
Herald added subscribers: libcxx-commits, ldionne, christof.
Herald added a project: libc++.
Both methods have compile time constraints that we should test against
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D71999
Files:
libcxx/test/std/containers/views/span.sub/first.fail.cpp
libcxx/test/std/containers/views/span.sub/first.pass.cpp
libcxx/test/std/containers/views/span.sub/last.fail.cpp
libcxx/test/std/containers/views/span.sub/last.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71999.235586.patch
Type: text/x-patch
Size: 3874 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20191230/3953379d/attachment.bin>
More information about the libcxx-commits
mailing list