[libcxx-commits] [PATCH] D98983: [libcxx] adds concepts `std::totally_ordered` and `std::totally_ordered_with`
Marek Kurdej via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Mar 20 14:20:19 PDT 2021
curdeius added inline comments.
================
Comment at: libcxx/include/concepts:393
+ common_reference_t<
+ const remove_reference_t<_Tp>&,
+ const remove_reference_t<_Up>&>> &&
----------------
Would it make sense to add a helper for `const remove_reference_t<_Tp>&` as it starts repeating a lot?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98983/new/
https://reviews.llvm.org/D98983
More information about the libcxx-commits
mailing list