[libcxx-commits] [PATCH] D130854: [libc++][NFC] Qualify declaval

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 4 16:24:14 PDT 2022


philnik updated this revision to Diff 450177.
philnik marked 4 inline comments as done.
philnik added a comment.

- Address comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130854

Files:
  libcxx/include/__concepts/common_with.h
  libcxx/include/__concepts/convertible_to.h
  libcxx/include/__functional/invoke.h
  libcxx/include/__functional/reference_wrapper.h
  libcxx/include/__functional/weak_result_type.h
  libcxx/include/__iterator/advance.h
  libcxx/include/__iterator/incrementable_traits.h
  libcxx/include/__iterator/move_iterator.h
  libcxx/include/__memory/allocator_traits.h
  libcxx/include/__memory/construct_at.h
  libcxx/include/__memory/ranges_construct_at.h
  libcxx/include/__memory/shared_ptr.h
  libcxx/include/__ranges/all.h
  libcxx/include/__ranges/ref_view.h
  libcxx/include/__ranges/size.h
  libcxx/include/__type_traits/common_type.h
  libcxx/include/__type_traits/is_assignable.h
  libcxx/include/__type_traits/is_convertible.h
  libcxx/include/__type_traits/is_nothrow_assignable.h
  libcxx/include/__type_traits/is_nothrow_constructible.h
  libcxx/include/__type_traits/is_nothrow_convertible.h
  libcxx/include/__type_traits/is_nothrow_destructible.h
  libcxx/include/__type_traits/promote.h
  libcxx/include/__utility/declval.h
  libcxx/include/istream
  libcxx/include/scoped_allocator
  libcxx/include/type_traits
  libcxx/include/variant

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130854.450177.patch
Type: text/x-patch
Size: 20365 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220804/c8fc53bf/attachment-0001.bin>


More information about the libcxx-commits mailing list