[libcxx-commits] [PATCH] D74577: [libcxx][span] Implement P1976R1
Michael Schellenberger Costa via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Feb 13 13:01:54 PST 2020
miscco created this revision.
miscco added reviewers: ldionne, mclow.lists, EricWF, CaseyCarter.
Herald added subscribers: libcxx-commits, dexonsmith, christof.
Herald added a project: libc++.
miscco updated this revision to Diff 244515.
miscco added a comment.
Forgot the explicit for the container constructors
This resolves the NB comment about the construction of a fixed-size span from a dynamic range
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D74577
Files:
libcxx/include/span
libcxx/test/std/containers/views/span.cons/assign.pass.cpp
libcxx/test/std/containers/views/span.cons/container.fail.cpp
libcxx/test/std/containers/views/span.cons/container.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74577.244515.patch
Type: text/x-patch
Size: 10049 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200213/af55376e/attachment-0001.bin>
More information about the libcxx-commits
mailing list