swiftlang / swift

The Swift Programming Language
https://swift.org
Apache License 2.0
67.6k stars 10.37k forks source link

[cxx-interop] Support `char8_t` C++20 type #76726

Closed egorzhdan closed 1 month ago

egorzhdan commented 1 month ago

https://en.cppreference.com/w/cpp/keyword/char8_t

This is based on a patch from Varun Gandhi: https://github.com/swiftlang/swift/pull/26153

rdar://39988329 / resolves https://github.com/swiftlang/swift/issues/68726

egorzhdan commented 1 month ago

@swift-ci please test

egorzhdan commented 1 month ago

@swift-ci please test