[all-commits] [llvm/llvm-project] c4566c: [libc++][spaceship] Implement std::variant::operat...
Kent Ross via All-commits
all-commits at lists.llvm.org
Sun Aug 14 16:17:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4566cac490cf81c141e7deb84008b2cc1de48b7
https://github.com/llvm/llvm-project/commit/c4566cac490cf81c141e7deb84008b2cc1de48b7
Author: Kent Ross <k at mad.cash>
Date: 2022-08-14 (Sun, 14 Aug 2022)
Changed paths:
M libcxx/docs/Status/SpaceshipProjects.csv
M libcxx/include/__variant/monostate.h
M libcxx/include/variant
M libcxx/test/std/utilities/variant/variant.monostate.relops/relops.pass.cpp
A libcxx/test/std/utilities/variant/variant.relops/three_way.pass.cpp
M libcxx/test/support/test_comparisons.h
Log Message:
-----------
[libc++][spaceship] Implement std::variant::operator<=>
Implements [variant.relops] and [variant.monostate.relops] for P1614R2
Reviewed By: Mordante, #libc, avogelsgesang
Differential Revision: https://reviews.llvm.org/D131372
More information about the All-commits
mailing list