[libcxx-commits] [PATCH] D128948: [libc++] Granularize some more type_traits

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 30 14:48:45 PDT 2022


philnik created this revision.
philnik added reviewers: ldionne, Mordante, var-const.
Herald added a subscriber: mgorny.
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++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128948

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__concepts/arithmetic.h
  libcxx/include/__format/formatter_integer.h
  libcxx/include/__functional/invoke.h
  libcxx/include/__iterator/incrementable_traits.h
  libcxx/include/__type_traits/aligned_storage.h
  libcxx/include/__type_traits/aligned_union.h
  libcxx/include/__type_traits/common_reference.h
  libcxx/include/__type_traits/common_type.h
  libcxx/include/__type_traits/copy_cv.h
  libcxx/include/__type_traits/copy_cvref.h
  libcxx/include/__type_traits/is_nothrow_convertible.h
  libcxx/include/__type_traits/is_primary_template.h
  libcxx/include/__type_traits/is_signed_integer.h
  libcxx/include/__type_traits/is_unsigned_integer.h
  libcxx/include/__type_traits/is_valid_expansion.h
  libcxx/include/__type_traits/lazy.h
  libcxx/include/__type_traits/make_32_64_or_128_bit.h
  libcxx/include/__type_traits/make_signed.h
  libcxx/include/__type_traits/make_unsigned.h
  libcxx/include/__type_traits/nat.h
  libcxx/include/__type_traits/promote.h
  libcxx/include/__type_traits/remove_cvref.h
  libcxx/include/__type_traits/type_list.h
  libcxx/include/charconv
  libcxx/include/math.h
  libcxx/include/module.modulemap.in
  libcxx/include/type_traits
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/libcxx/utilities/meta/meta_base.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128948.441526.patch
Type: text/x-patch
Size: 98774 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220630/0849ed8e/attachment-0001.bin>


More information about the libcxx-commits mailing list