Details
Details
- Reviewers
Mordante - Group Reviewers
Restricted Project - Commits
- rGa845b5b4fb8a: [libc++] Use bounded iterators in std::string_view when the debug mode is…
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Note that I thought I had fixed all of std::format's reliance on char*, but I have not so this will still fail for now.
Comment Actions
I think this looks good from the CI side. @Mordante I'll ship this if you are happy with the std::format changes.
Comment Actions
Thanks a lot for working on this and fixing the format header.
LGTM modulo some nits.
libcxx/test/std/strings/string.view/string.view.iterators/debug.iterator-indexing.pass.cpp | ||
---|---|---|
7 ↗ | (On Diff #493372) | Why is this not a libc++ specific test? |
18–20 ↗ | (On Diff #493372) | Unused. |
27 ↗ | (On Diff #493372) | Should we also test with cfoo and crfoo? |