mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This adds CxxStdlib overlay features to `std::wstring` similarly to `std::string`, `std::u16string`, etc. This lets clients e.g. convert between Swift String and C++ wide string simply by calling an initializer. rdar://159272493