[libcxx-commits] [PATCH] D75642: [libcxx][span] Remove const_iterator from std::span
Michael Schellenberger Costa via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 4 13:30:14 PST 2020
miscco created this revision.
miscco added reviewers: ldionne, mclow.lists, EricWF.
Herald added subscribers: libcxx-commits, dexonsmith.
Herald added a project: libc++.
miscco updated this revision to Diff 248299.
miscco added a comment.
Fix whitespaces
This implements the resolution to LWG-3320
"span::cbegin/cend methods produce different results than std::[ranges::]cbegin/cend"
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D75642
Files:
libcxx/include/span
libcxx/test/std/containers/views/span.iterators/begin.pass.cpp
libcxx/test/std/containers/views/span.iterators/end.pass.cpp
libcxx/test/std/containers/views/span.iterators/rbegin.pass.cpp
libcxx/test/std/containers/views/span.iterators/rend.pass.cpp
libcxx/test/std/containers/views/types.pass.cpp
libcxx/www/cxx2a_status.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75642.248299.patch
Type: text/x-patch
Size: 14747 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200304/0bad0c13/attachment-0001.bin>
More information about the libcxx-commits
mailing list