Defining the nested types reference and iterator_concept of reverse_iterator<I> necessarily requires I to be complete in C++20. These tests that verify that std::map<int, X>::reverse_iterator can be instantiated when X is incomplete are going to have a bad time.
Details
Details
- Reviewers
ldionne EricWF mclow.lists - Group Reviewers
Restricted Project - Commits
- rGb4437992ecce: [libc++][test] Disable test for extension that's unsupportable in C++20
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo