Fixed #6407: Add support for C++11 float_t and double_t types.
This commit is contained in:
parent
059f9d056c
commit
6f000fb16b
|
@ -3775,6 +3775,8 @@
|
||||||
<podtype name="uint_fast64_t" sign="u"/>
|
<podtype name="uint_fast64_t" sign="u"/>
|
||||||
<podtype name="intptr_t" sign="s"/>
|
<podtype name="intptr_t" sign="s"/>
|
||||||
<podtype name="uintptr_t" sign="u"/>
|
<podtype name="uintptr_t" sign="u"/>
|
||||||
|
<podtype name="double_t"/>
|
||||||
|
<podtype name="float_t"/>
|
||||||
<!--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