diff options
author | Tim Schumacher <timschumi@gmx.de> | 2022-09-13 23:41:57 +0200 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-09-16 05:39:28 +0000 |
commit | 643d2a683b478424847e3e9103dbf5e7c22121f1 (patch) | |
tree | db289196a3e5dc43f23dec6bef67bad2f9d7a540 /.gitattributes | |
parent | 79ec6ed03d2a176b1f3e47aaff29daa5e5e1f369 (diff) | |
download | serenity-643d2a683b478424847e3e9103dbf5e7c22121f1.zip |
AK: Define both `::nullptr_t` and `std::nullptr_t`
LLVM 15 switched around what it's basing its `nullptr_t` definitions on,
it's now defining `std::nullptr_t` using `::nullptr_t` instead of the
other way around.
Work around any errors that result from that by just defining it both in
the global namespace as well as in `std` ourselves.
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions