[libcxx-commits] [PATCH] D98573: [libc++] Remove the special logic for "noexcept iterators" in basic_string
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Apr 17 07:11:02 PDT 2021
Quuxplusone updated this revision to Diff 338303.
Quuxplusone added a comment.
Fix the C++03 build: can't instantiate `test_exceptions` with local struct type `Widget`, so make it a non-local struct type.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98573/new/
https://reviews.llvm.org/D98573
Files:
libcxx/include/filesystem
libcxx/include/iterator
libcxx/include/string
libcxx/test/libcxx/iterators/trivial_iterators.pass.cpp
libcxx/test/libcxx/strings/iterators.exceptions.pass.cpp
libcxx/test/libcxx/strings/iterators.noexcept.pass.cpp
libcxx/test/std/strings/basic.string/string.modifiers/robust_against_adl.pass.cpp
libcxx/test/std/strings/basic.string/string.modifiers/string_append/iterator.pass.cpp
libcxx/test/std/strings/basic.string/string.modifiers/string_assign/iterator.pass.cpp
libcxx/test/std/strings/basic.string/string.modifiers/string_insert/iter_iter_iter.pass.cpp
libcxx/test/std/strings/basic.string/string.modifiers/string_replace/iter_iter_iter_iter.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98573.338303.patch
Type: text/x-patch
Size: 44080 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210417/5d2f8c35/attachment-0001.bin>
More information about the libcxx-commits
mailing list