Details
Details
- Reviewers
ldionne Mordante var-const - Group Reviewers
Restricted Project - Commits
- rG00927334df9a: [libc++] Use __is_exactly_{input, forward}_iterator
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D128646
[libc++] Use __is_exactly_{input, forward}_iterator ClosedPublic Authored by philnik on Jun 27 2022, 7:12 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 30 2022, 5:46 AM Closed by commit rG00927334df9a: [libc++] Use __is_exactly_{input, forward}_iterator (authored by philnik). · Explain WhyJul 5 2022, 1:06 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 442196 libcxx/include/__iterator/iterator_traits.h
libcxx/include/__split_buffer
libcxx/include/deque
libcxx/include/regex
libcxx/include/vector
libcxx/test/std/containers/sequences/deque/deque.cons/assign_iter_iter.pass.cpp
|
Previously, this would accept input iterators, forward iterators, and bidirectional iterators. After the change, it would only accept input iterators.
If no test fails after making this change, we need to add a test case.