[libcxx-commits] [PATCH] D132268: [libc++][spaceship] Implement `operator<=>` for `vector`
Hristo Hristov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Apr 23 10:01:02 PDT 2023
H-G-Hristov updated this revision to Diff 516185.
H-G-Hristov added a comment.
Herald added a reviewer: jdoerfert.
Herald added subscribers: jplehr, sstefan1.
- [libc++][spaceship] Implement `operator<=>` for `vector`
- Fixes, incl. a change to `lexicographical_compare_three_way` to fix `std::vector<bool>` comparision operators support
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132268/new/
https://reviews.llvm.org/D132268
Files:
libcxx/docs/Status/SpaceshipProjects.csv
libcxx/include/__algorithm/lexicographical_compare_three_way.h
libcxx/include/vector
libcxx/test/std/containers/sequences/vector.bool/compare.three_way.pass.cpp
libcxx/test/std/containers/sequences/vector/compare.three_way.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132268.516185.patch
Type: text/x-patch
Size: 11917 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230423/0a2761da/attachment.bin>
More information about the libcxx-commits
mailing list