mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
This header is deprecated in C++17 onwards, and including it triggers a warning in Fedora 43. Since C++ has native support for bool, it doesn't actually define anything other than macros confirming that bool is defined. Resolves #86769 rdar://168833492