[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
Thu Mar 30 12:17:08 PDT 2023


philnik updated this revision to Diff 509777.
philnik marked an inline comment as done.
philnik added a comment.

Address comments


Repository:
  rG LLVM Github Monorepo

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

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.509777.patch
Type: text/x-patch
Size: 18745 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230330/43e159b8/attachment-0001.bin>


More information about the libcxx-commits mailing list