[libc++] [P1614] Implement std::compare_three_way_result.
authorArthur O'Dwyer <arthur.j.odwyer@gmail.com>
Thu, 29 Jul 2021 04:03:01 +0000 (00:03 -0400)
committerArthur O'Dwyer <arthur.j.odwyer@gmail.com>
Wed, 18 Aug 2021 14:01:24 +0000 (10:01 -0400)
commit38812f4ac122df2cef7754d7afda8c9a08695a03
tree2239f988a01de1cdb3182c2cab56f9d5fe4ef8cc
parent9f27364377a247cc779c11b1e1f220b20755982f
[libc++] [P1614] Implement std::compare_three_way_result.

Differential Revision: https://reviews.llvm.org/D103581
libcxx/include/CMakeLists.txt
libcxx/include/__compare/compare_three_way_result.h [new file with mode: 0644]
libcxx/include/compare
libcxx/include/module.modulemap
libcxx/test/libcxx/diagnostics/detail.headers/compare/compare_three_way_result.module.verify.cpp [new file with mode: 0644]
libcxx/test/std/language.support/cmp/cmp.result/compare_three_way_result.compile.pass.cpp [new file with mode: 0644]