Fixed #6407: Add support for C++11 float_t and double_t types.

This commit is contained in:
Martin Ettl 2015-01-11 09:58:15 +01:00
parent 059f9d056c
commit 6f000fb16b
1 changed files with 2 additions and 0 deletions

View File

@ -3775,6 +3775,8 @@
<podtype name="uint_fast64_t" sign="u"/>
<podtype name="intptr_t" sign="s"/>
<podtype name="uintptr_t" sign="u"/>
<podtype name="double_t"/>
<podtype name="float_t"/>
<!--Not part of standard, but widely supported by runtime libraries-->
<function name="itoa">
<noreturn>false</noreturn>