[libc++][spaceship] Implement `operator<=>` for `list`
authorAdrian Vogelsgesang <avogelsgesang@salesforce.com>
Sat, 20 Aug 2022 20:27:32 +0000 (13:27 -0700)
committerAdrian Vogelsgesang <avogelsgesang@salesforce.com>
Tue, 28 Feb 2023 14:11:31 +0000 (06:11 -0800)
commitb5a84ae09ab0bb59e43c5b4388fc1fe61cffec23
tree65d341ba04555dc2101bea5756beb5a44b58411e
parent6333779ac082498849e7a25eba5cdd2fd6b5a1fb
[libc++][spaceship] Implement `operator<=>` for `list`

Implements part of P1614R2 "The Mothership has Landed"

Differential Revision: https://reviews.llvm.org/D132312
libcxx/docs/Status/SpaceshipProjects.csv
libcxx/include/list
libcxx/test/std/containers/sequences/list/compare.three_way.pass.cpp [new file with mode: 0644]
libcxx/test/support/test_container_comparisons.h [new file with mode: 0644]