[all-commits] [llvm/llvm-project] 172d99: [libc++][spaceship] Implement `operator<=>` for `q...
Hristo Hristov via All-commits
all-commits at lists.llvm.org
Mon Jun 5 22:42:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 172d990c0394c80549f36977ca7b2eae4dcc4185
https://github.com/llvm/llvm-project/commit/172d990c0394c80549f36977ca7b2eae4dcc4185
Author: Hristo Hristov <zingam at outlook.com>
Date: 2023-06-06 (Tue, 06 Jun 2023)
Changed paths:
M libcxx/docs/Status/SpaceshipProjects.csv
M libcxx/include/queue
A libcxx/test/std/containers/container.adaptors/queue/queue.ops/compare.three_way.pass.cpp
M libcxx/test/support/nasty_containers.h
M libcxx/test/support/test_container_comparisons.h
Log Message:
-----------
[libc++][spaceship] Implement `operator<=>` for `queue`
Implements parts of P1614R2 `operator<=>` for `queue`
Reviewed By: #libc, Mordante
Differential Revision: https://reviews.llvm.org/D146066
More information about the All-commits
mailing list