Files
swift-mirror/test/PrintAsCxx
Henrik G. Olsson fd0acbcba5 [SwiftToCxx] don't include <cstdbool>
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
2026-01-24 12:52:28 -08:00
..