[all-commits] [llvm/llvm-project] 55ec80: [libc++][spaceship] Implement `operator<=>` for `v...
Hristo Hristov via All-commits
all-commits at lists.llvm.org
Fri Jun 9 20:53:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55ec808a889726e0547b7e2f0aa12bc197f6d163
https://github.com/llvm/llvm-project/commit/55ec808a889726e0547b7e2f0aa12bc197f6d163
Author: Hristo Hristov <zingam at outlook.com>
Date: 2023-06-10 (Sat, 10 Jun 2023)
Changed paths:
M libcxx/docs/Status/SpaceshipProjects.csv
M libcxx/include/vector
A libcxx/test/std/containers/sequences/vector.bool/compare.three_way.pass.cpp
A libcxx/test/std/containers/sequences/vector/compare.three_way.pass.cpp
Log Message:
-----------
[libc++][spaceship] Implement `operator<=>` for `vector`
Implements part of P1614R2 "The Mothership has Landed"
Depends on D150188
Reviewed By: Mordante, #libc
Differential Revision: https://reviews.llvm.org/D132268
More information about the All-commits
mailing list