[libcxx-commits] [PATCH] D146984: [libc++] Add __decay_t and use it instead of decay<>::type

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 27 09:22:52 PDT 2023


philnik created this revision.
philnik added reviewers: ldionne, Mordante.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This avoids instantiating lots of types.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146984

Files:
  libcxx/include/__algorithm/make_projected.h
  libcxx/include/__atomic/atomic_sync.h
  libcxx/include/__exception/nested_exception.h
  libcxx/include/__filesystem/path.h
  libcxx/include/__functional/bind.h
  libcxx/include/__functional/function.h
  libcxx/include/__functional/invoke.h
  libcxx/include/__functional/unwrap_ref.h
  libcxx/include/__memory/compressed_pair.h
  libcxx/include/__memory/pointer_traits.h
  libcxx/include/__type_traits/common_type.h
  libcxx/include/__type_traits/decay.h
  libcxx/include/__utility/auto_cast.h
  libcxx/include/__utility/pair.h
  libcxx/include/experimental/iterator
  libcxx/include/future
  libcxx/include/thread
  libcxx/include/valarray

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146984.508695.patch
Type: text/x-patch
Size: 18737 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230327/6f8b053c/attachment-0001.bin>


More information about the libcxx-commits mailing list