[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 09:46:21 PDT 2021


ldionne added inline comments.


================
Comment at: libcxx/include/__config:548
 
 #if _GNUC_VER >= 700
 #define _LIBCPP_COMPILER_HAS_BUILTIN_LAUNDER
----------------
Mordante wrote:
> I assume you intend to either remove this `#ifdef` later.
Yes, once it doesn't guard anything anymore.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107834/new/

https://reviews.llvm.org/D107834



More information about the libcxx-commits mailing list