[all-commits] [llvm/llvm-project] 9df589: [libc++] Implement `operator<=>` for `type_index`
Adrian Vogelsgesang via All-commits
all-commits at lists.llvm.org
Tue Aug 9 16:35:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9df58928045f2370caa201ba14d4ec62cba00e46
https://github.com/llvm/llvm-project/commit/9df58928045f2370caa201ba14d4ec62cba00e46
Author: Adrian Vogelsgesang <avogelsgesang at tableau.com>
Date: 2022-08-09 (Tue, 09 Aug 2022)
Changed paths:
M libcxx/docs/Status/SpaceshipProjects.csv
M libcxx/include/typeindex
A libcxx/test/std/utilities/type.index/type.index.members/cmp.pass.cpp
R libcxx/test/std/utilities/type.index/type.index.members/eq.pass.cpp
R libcxx/test/std/utilities/type.index/type.index.members/lt.pass.cpp
Log Message:
-----------
[libc++] Implement `operator<=>` for `type_index`
Implements part of P1614R2 "The Mothership has Landed"
Differential Revision: https://reviews.llvm.org/D131357
More information about the All-commits
mailing list