[libcxx-commits] [PATCH] D107834: [libc++] Remove _LIBCPP_HAS_UNIQUE_OBJECT_REPRESENTATIONS

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 10 08:36:19 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 implemented __has_unique_object_representations
for a while, so it's reasonable to remove the workaround.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D107834

Files:
  libcxx/include/__config
  libcxx/include/type_traits
  libcxx/include/version
  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/utils/generate_feature_test_macro_components.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107834.365491.patch
Type: text/x-patch
Size: 10056 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210810/0da32094/attachment.bin>


More information about the libcxx-commits mailing list