[libcxx-commits] [PATCH] D145976: [libc++][spaceship] Implement `operator<=>` for `map` and `multimap`
Hristo Hristov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 13 12:12:02 PDT 2023
H-G-Hristov created this revision.
Herald added a subscriber: yaxunl.
Herald added a project: All.
H-G-Hristov requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Implements parts of P1614R2: `operator<=>` for `map` and `multimap`
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D145976
Files:
libcxx/docs/Status/SpaceshipProjects.csv
libcxx/include/map
libcxx/test/libcxx/containers/associative/map/compare.three_way.pass.cpp
libcxx/test/libcxx/containers/associative/multimap/compare.three_way.pass.cpp
libcxx/test/support/test_container_comparisons.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145976.504790.patch
Type: text/x-patch
Size: 14710 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230313/5d600104/attachment-0001.bin>
More information about the libcxx-commits
mailing list