[all-commits] [llvm/llvm-project] 3bc763: [libc++][spaceship] Implement `operator<=>` for `f...
Hristo Hristov via All-commits
all-commits at lists.llvm.org
Fri Mar 3 04:43:28 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3bc76339ea887e903d3e72f0e973d117d9c69c35
https://github.com/llvm/llvm-project/commit/3bc76339ea887e903d3e72f0e973d117d9c69c35
Author: Hristo Hristov <zingam at outlook.com>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Changed paths:
M libcxx/docs/Status/SpaceshipProjects.csv
M libcxx/include/forward_list
A libcxx/test/libcxx/containers/sequences/forwardlist/compare.three_way.pass.cpp
Log Message:
-----------
[libc++][spaceship] Implement `operator<=>` for `forward_list`
Implemented `operator<=>` for `forward_list`
Reviewed By: #libc, philnik
Spies: philnik, libcxx-commits, yaxunl
Differential Revision: https://reviews.llvm.org/D145172
More information about the All-commits
mailing list