Commit 485922c
fix gcc-15 problem
gcc-15 mangles variables inside namespaces even if they are declared
extern "C". That causes linker errors. This is probably a bug in gcc-15.
Observed with gcc version 15.1.1.1 parent 4932fed commit 485922c
2 files changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1106 | 1106 | | |
1107 | 1107 | | |
1108 | 1108 | | |
1109 | | - | |
1110 | | - | |
1111 | | - | |
1112 | | - | |
1113 | 1109 | | |
| 1110 | + | |
| 1111 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
207 | 206 | | |
208 | 207 | | |
| 208 | + | |
| 209 | + | |
0 commit comments