[libcxx-commits] [PATCH] D108630: [libc++] Remove _LIBCPP_HAS_NO_LONG_LONG in favour of using_if_exists
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Sep 3 11:26:52 PDT 2021
ldionne accepted this revision as: libc++.
ldionne added a comment.
This revision is now accepted and ready to land.
> Does gcc have any `using_if_exists` attribute?
Nope, it doesn't. The idea is that if folks want to use GCC, they need to provide a compliant C Standard Library, or else we have to jump through a bunch of hoops (basically the world as it were before `using_if_exists`).
So if you update libc++ and Clang in lockstep, I don't think this is going to cause you any trouble.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108630/new/
https://reviews.llvm.org/D108630
More information about the libcxx-commits
mailing list