[libcxx-commits] [PATCH] D136050: [libc++] Fix missing requires clause on variant operator<=>
Joe Loser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 17 10:55:46 PDT 2022
jloser marked 2 inline comments as done.
jloser added inline comments.
================
Comment at: libcxx/include/variant:168
template <class... Types>
constexpr common_comparison_category_t<compare_three_way_result_t<Types>...>
----------------
Mordante wrote:
> Please add the requires here too.
Added here and in the test file. Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136050/new/
https://reviews.llvm.org/D136050
More information about the libcxx-commits
mailing list