mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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:
@@ -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>> {
|
||||
|
||||
Reference in New Issue
Block a user