std.cfg: Added float complex, double complex and long double complex as podtype.

This commit is contained in:
Martin Ettl 2015-08-16 01:43:23 +02:00
parent a8af7142a1
commit 1dca7c2162
1 changed files with 3 additions and 0 deletions

View File

@ -3908,6 +3908,9 @@
<podtype name="lldiv_t"/>
<podtype name="mbstate_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-->
<function name="itoa">
<noreturn>false</noreturn>