[libcxx-commits] [PATCH] D109459: [libc++][ABI BREAK] Remove the C++03 emulation for std::nullptr_t
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 20 07:43:09 PDT 2021
ldionne accepted this revision as: ldionne.
ldionne added a comment.
I did an internal Apple build and didn't see any issues. So this is OK from Apple's internal code base perspective.
However, it doesn't mean that this will be okay for users of libc++, whose ABIs could conceivably leak the mangling of `std::nullptr_t`. I'd still like to get input from other vendors before making this move. Accepting as myself only to record that this is OK for Apple.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109459/new/
https://reviews.llvm.org/D109459
More information about the libcxx-commits
mailing list