[libc++][spaceship] Implement `operator<=>` for `stack`
authorHristo Hristov <zingam@outlook.com>
Tue, 14 Mar 2023 19:18:55 +0000 (21:18 +0200)
committerHristo Hristov <zingam@outlook.com>
Sat, 10 Jun 2023 04:37:36 +0000 (07:37 +0300)
commitca7a041626cdd79f9d7e9f8361676a46c4a3bba9
tree663fb41a1b0aa86b15c8775cddff740ff0312a0e
parent83f7b91ab8c6cbb261fb12bf720235b14283f46a
[libc++][spaceship] Implement `operator<=>` for `stack`

Depends on D146066

Depends on D132268

Implements parts of P1614R2 `operator<=>` for `stack`

Reviewed By: #libc, Mordante

Differential Revision: https://reviews.llvm.org/D146094
libcxx/docs/Status/SpaceshipProjects.csv
libcxx/include/stack
libcxx/test/std/containers/container.adaptors/stack/compare.three_way.pass.cpp [new file with mode: 0644]