[libcxx-commits] [PATCH] D107833: [libc++] Remove _LIBCPP_HAS_NO_IS_AGGREGATE

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 10 08:33:12 PDT 2021


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

All supported compilers have been supporting __is_aggregate for a long
time now, so it's reasonable to remove this workaround.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D107833

Files:
  libcxx/include/__config
  libcxx/include/type_traits
  libcxx/include/version
  libcxx/test/libcxx/utilities/meta/meta.unary/meta.unary.prop/missing_is_aggregate_trait.compile.fail.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/type_traits.version.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
  libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_aggregate.pass.cpp
  libcxx/utils/generate_feature_test_macro_components.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107833.365488.patch
Type: text/x-patch
Size: 11260 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210810/19f35ec8/attachment-0001.bin>


More information about the libcxx-commits mailing list