Merge pull request #78387 from swiftlang/egorzhdan/fq-template-params

[cxx-interop] Use fully-qualified type names of C++ template parameters
This commit is contained in:
Egor Zhdan
2025-01-03 16:17:30 +00:00
committed by GitHub
15 changed files with 123 additions and 31 deletions

View File

@@ -3,4 +3,4 @@
// REQUIRES: OS=macosx
// CHECK: import {{CxxStdlib.vector|std_vector}}
// CHECK: extension std.basic_string<CChar, char_traits<CChar>, allocator<CChar>> {
// CHECK: extension std.basic_string<CChar, std.__1.char_traits<CChar>, std.__1.allocator<CChar>> {