Commit 9be8a97
committed
Suppress warnings for Swift C++ interop by hiding operator declarations.
Solves this warning during the Swift compiler build:
```
.../SuffixTree.h:200:10: warning: cycle detected while resolving 'RepeatedSubstringIterator' in swift_name attribute for 'operator=='
```1 parent 7649a05 commit 9be8a97
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
200 | 201 | | |
201 | 202 | | |
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
205 | 206 | | |
| 207 | + | |
206 | 208 | | |
207 | 209 | | |
208 | 210 | | |
| |||
0 commit comments