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

Michael Schellenberger Costa via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 11 00:00:26 PST 2020


miscco added a comment.

@cjdb I have to disagree. That would create a ciruclar dependency between concepts and type_traits, which is in my opinion not worth it.

Also note that std::convertible_to essentially falls back to is_convertible_v


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