Commit 05d3852
authored
Stop using renamed pattern which can cause compiler crash (#183)
Motivation:
Deprecation with rename fixit has been seen to cause compiler crashes
in 5.x compiler versions.
Modifications:
Deprecate with message for 5.x compilers.
Result:
Compilation without failure in all scenarios1 parent 12a031b commit 05d3852
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
160 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
161 | 166 | | |
162 | 167 | | |
163 | 168 | | |
| |||
0 commit comments