[all-commits] [llvm/llvm-project] e781e0: [libc++] Remove workaround for broken __is_trivial...

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Aug 31 13:05:50 PDT 2021


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

  Changed paths:
    M libcxx/include/type_traits
    M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_copyable.pass.cpp

  Log Message:
  -----------
  [libc++] Remove workaround for broken __is_trivially_copyable on old GCC

All supported versions of GCC now do the right thing.

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




More information about the All-commits mailing list