Commit 35196ff
committed
compat/c23: drop nullptr_t
and do not use in rxtx.h compat
GCC 16 on MinGW with ucrt64 env defines nullptr but doesn't nullptr_t
in stddef.h. As per c23 standard, nullptr_t is defined as `typedef
typeof_unqual(nullptr)` but typeof is not supported in older compilers
(eg. since gcc < 13) so the compat may introduce problems on contrary
on eg gcc 11.1 parent e8a5fd4 commit 35196ff
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
0 commit comments