[libcxx-commits] [PATCH] D149832: [libc++][ranges] Implement the changes to `basic_string` from P1206 (`ranges::to`):
Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 5 14:51:51 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbaf6f91851ed: [libc++][ranges] Implement the changes to `basic_string` from P1206 (`ranges… (authored by varconst <varconsteq at gmail.com>).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149832/new/
https://reviews.llvm.org/D149832
Files:
libcxx/include/string
libcxx/test/std/strings/basic.string/string.cons/from_range.pass.cpp
libcxx/test/std/strings/basic.string/string.cons/from_range_deduction.pass.cpp
libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.pass.cpp
libcxx/test/std/strings/basic.string/string.modifiers/string_append/append_range.pass.cpp
libcxx/test/std/strings/basic.string/string.modifiers/string_assign/assign_range.pass.cpp
libcxx/test/std/strings/basic.string/string.modifiers/string_insert/insert_range.pass.cpp
libcxx/test/std/strings/basic.string/string.modifiers/string_replace/replace_with_range.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149832.537513.patch
Type: text/x-patch
Size: 78767 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230705/29def5f0/attachment-0001.bin>
More information about the libcxx-commits
mailing list