[libcxx-commits] [PATCH] D103581: [libc++] [P1614] Implement std::compare_three_way_result[_t].

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 11 12:46:25 PDT 2021


Quuxplusone updated this revision to Diff 365823.
Quuxplusone added a comment.

Use `__make_const_lvalue_ref<X>` as suggested by @cjdb.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103581/new/

https://reviews.llvm.org/D103581

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__compare/compare_three_way_result.h
  libcxx/include/compare
  libcxx/include/module.modulemap
  libcxx/test/libcxx/diagnostics/detail.headers/compare/compare_three_way_result.module.verify.cpp
  libcxx/test/std/language.support/cmp/cmp.result/compare_three_way_result.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103581.365823.patch
Type: text/x-patch
Size: 8133 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210811/5e927a82/attachment.bin>


More information about the libcxx-commits mailing list