[libcxx-commits] [PATCH] D74351: [libcxx][type_traits] Implement C++20 common_ref

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 17 13:21:17 PST 2021


cjdb added a comment.

@miscco I took this patch and reworked it slightly in D96657 <https://reviews.llvm.org/D96657> so that it's a bit closer to the standard wording (it's a separate patch because I didn't want to overwrite your implementation with such a drastic change).

Are you okay with this, or have I overlooked an advantage to you moving some of //COMMON-REF// into `common_reference`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74351



More information about the libcxx-commits mailing list