std.cfg: Added float complex, double complex and long double complex as podtype.
This commit is contained in:
parent
a8af7142a1
commit
1dca7c2162
|
@ -3908,6 +3908,9 @@
|
||||||
<podtype name="lldiv_t"/>
|
<podtype name="lldiv_t"/>
|
||||||
<podtype name="mbstate_t"/>
|
<podtype name="mbstate_t"/>
|
||||||
<podtype name="wint_t"/>
|
<podtype name="wint_t"/>
|
||||||
|
<podtype name="float complex"/>
|
||||||
|
<podtype name="double complex"/>
|
||||||
|
<podtype name="long double complex"/>
|
||||||
<!--Not part of standard, but widely supported by runtime libraries-->
|
<!--Not part of standard, but widely supported by runtime libraries-->
|
||||||
<function name="itoa">
|
<function name="itoa">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue