summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/string.view/string.view.iterators/iterators.pass.cpp
AgeCommit message (Collapse)Author
2024-07-24[libc++][spaceship] Implements X::iterator container requirements. (#99343)Mark de Wever
This implements the requirements for the container iterator requirements for array, deque, vector, and `vector<bool>`. Implements: - LWG3352 strong_equality isn't a thing Implements parts of: - P1614R2 The Mothership has Landed Fixes: https://github.com/llvm/llvm-project/issues/62486