[all-commits] [llvm/llvm-project] bc47a1: [libc++][spaceship] Implement `operator<=>` for `m...
Hristo Hristov via All-commits
all-commits at lists.llvm.org
Wed Mar 15 07:25:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc47a195ccbb0b1a0296db9156a4bf3c06cf10a2
https://github.com/llvm/llvm-project/commit/bc47a195ccbb0b1a0296db9156a4bf3c06cf10a2
Author: Hristo Hristov <zingam at outlook.com>
Date: 2023-03-15 (Wed, 15 Mar 2023)
Changed paths:
M libcxx/docs/Status/SpaceshipProjects.csv
M libcxx/include/map
A libcxx/test/libcxx/containers/associative/map/compare.three_way.pass.cpp
A libcxx/test/libcxx/containers/associative/multimap/compare.three_way.pass.cpp
M libcxx/test/support/test_container_comparisons.h
Log Message:
-----------
[libc++][spaceship] Implement `operator<=>` for `map` and `multimap`
Implements parts of P1614R2: `operator<=>` for `map` and `multimap`
Reviewed By: #libc, philnik
Spies: philnik, libcxx-commits, yaxunl
Differential Revision: https://reviews.llvm.org/D145976
More information about the All-commits
mailing list