[libcxx-commits] [PATCH] D108923: [libc++] Remove workarounds for unsupported GCC and Clang versions

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 30 09:32:21 PDT 2021


ldionne created this revision.
ldionne requested review of this revision.
Herald added projects: libc++, libc++abi.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Herald added a reviewer: libc++abi.

There is probably a lot more we can do, in particular in <type_traits>,
but this removes workarounds that were gated on checking a specific
compiler version.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108923

Files:
  libcxx/include/__config
  libcxx/include/atomic
  libcxx/include/chrono
  libcxx/include/new
  libcxx/include/string
  libcxx/include/type_traits
  libcxx/include/variant
  libcxx/src/include/atomic_support.h
  libcxx/src/locale.cpp
  libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_copyable.pass.cpp
  libcxxabi/src/include/atomic_support.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108923.369465.patch
Type: text/x-patch
Size: 15521 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210830/26d93b8e/attachment.bin>


More information about the libcxx-commits mailing list