Commit ad545f8
authored
Merge pull request swiftlang#34607 from zoecarver/cxx/fix/function-template-in-namespace
[cxx-interop] Support function templates inside a namespace.File tree
3 files changed
+24
-3
lines changed- lib/ClangImporter
- test/Interop/Cxx/templates
- Inputs
3 files changed
+24
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3732 | 3732 | | |
3733 | 3733 | | |
3734 | 3734 | | |
3735 | | - | |
| 3735 | + | |
| 3736 | + | |
3736 | 3737 | | |
3737 | 3738 | | |
3738 | 3739 | | |
| |||
3748 | 3749 | | |
3749 | 3750 | | |
3750 | 3751 | | |
3751 | | - | |
| 3752 | + | |
3752 | 3753 | | |
3753 | 3754 | | |
3754 | 3755 | | |
| |||
3886 | 3887 | | |
3887 | 3888 | | |
3888 | 3889 | | |
3889 | | - | |
| 3890 | + | |
3890 | 3891 | | |
3891 | 3892 | | |
3892 | 3893 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments