[all-commits] [llvm/llvm-project] 635c6e: [libc++][spaceship] Implements X::iterator contain...
Mark de Wever via All-commits
all-commits at lists.llvm.org
Wed Jul 17 08:46:18 PDT 2024
Branch: refs/heads/users/mordante/spaceship_container_iterators
Home: https://github.com/llvm/llvm-project
Commit: 635c6ec6721a4233e5085e35b34665a7df392f4f
https://github.com/llvm/llvm-project/commit/635c6ec6721a4233e5085e35b34665a7df392f4f
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-07-17 (Wed, 17 Jul 2024)
Changed paths:
M libcxx/docs/Status/Cxx20Issues.csv
M libcxx/docs/Status/SpaceshipProjects.csv
M libcxx/include/__bit_reference
M libcxx/include/__iterator/wrap_iter.h
M libcxx/include/deque
M libcxx/test/std/containers/sequences/array/iterators.pass.cpp
M libcxx/test/std/containers/sequences/deque/iterators.pass.cpp
M libcxx/test/std/containers/sequences/vector.bool/iterators.pass.cpp
M libcxx/test/std/containers/sequences/vector/iterators.pass.cpp
Log Message:
-----------
[libc++][spaceship] Implements X::iterator container requirements.
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
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list