std.cfg: Improved configuration for ptrdiff_t.

This commit is contained in:
orbitcowboy 2018-02-20 01:00:12 +01:00
parent a4ab30cbe3
commit 31399e556b
1 changed files with 3 additions and 1 deletions

View File

@ -6540,7 +6540,9 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<podtype name="lconv"/>
<podtype name="sig_atomic_t"/>
<podtype name="va_list"/>
<podtype name="ptrdiff_t"/>
<!-- http://en.cppreference.com/w/c/types/ptrdiff_t -->
<!-- http://en.cppreference.com/w/cpp/types/ptrdiff_t-->
<podtype name="ptrdiff_t,std::ptrdiff_t" sign="s"/>
<podtype name="max_align_t"/>
<podtype name="nullptr_t"/>
<podtype name="fpos_t"/>