[all-commits] [llvm/llvm-project] 7be03c: [libc++] Remove _LIBCPP_HAS_NO_IS_AGGREGATE

Louis Dionne via All-commits all-commits at lists.llvm.org
Wed Aug 11 07:11:16 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7be03cc782d090b960f3f9ed9fe4aa6f3b47e5f5
      https://github.com/llvm/llvm-project/commit/7be03cc782d090b960f3f9ed9fe4aa6f3b47e5f5
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-08-11 (Wed, 11 Aug 2021)

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

  Log Message:
  -----------
  [libc++] Remove _LIBCPP_HAS_NO_IS_AGGREGATE

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

Differential Revision: https://reviews.llvm.org/D107833




More information about the All-commits mailing list