mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
In embedded mode, we mustn't have references to the C++ library, because some embedded platforms don't include the C++ library. Additionally, it's good to avoid use of global operator new and operator delete, because they can be globally overridden and this has bitten us in the past. rdar://137286187
8.8 KiB
8.8 KiB