[libcxx-commits] [PATCH] D58639: First part of P1227R2 - Signed ssize() functions, unsigned size() functions
Marshall Clow via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 25 11:25:31 PST 2019
mclow.lists created this revision.
mclow.lists added reviewers: EricWF, ldionne, jorgbrown.
Herald added a subscriber: christof.
Implement the bits that change <span> from using signed to unsigned.
https://reviews.llvm.org/D58639
Files:
libcxx/include/iterator
libcxx/include/span
libcxx/test/std/containers/views/span.cons/default.fail.cpp
libcxx/test/std/containers/views/span.iterators/end.pass.cpp
libcxx/test/std/containers/views/span.iterators/rend.pass.cpp
libcxx/test/std/containers/views/span.obs/size.pass.cpp
libcxx/test/std/containers/views/types.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58639.188227.patch
Type: text/x-patch
Size: 15478 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190225/3a2fee2a/attachment-0001.bin>
More information about the libcxx-commits
mailing list