std.cfg: Added std::time_t and std::clock_t
This commit is contained in:
parent
8b949c33de
commit
9864c8577f
|
@ -7790,8 +7790,7 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init
|
|||
<podtype name="uintptr_t,std::uintptr_t" sign="u"/>
|
||||
<podtype name="intmax_t,std::intmax_t" sign="s"/>
|
||||
<podtype name="uintmax_t,std::uintmax_t" sign="u"/>
|
||||
<podtype name="size_t" sign="u"/>
|
||||
<podtype name="std::size_t" sign="u"/>
|
||||
<podtype name="size_t,std::size_t" sign="u"/>
|
||||
<podtype name="std::string::size_type" sign="u"/>
|
||||
<podtype name="std::wstring::size_type" sign="u"/>
|
||||
<podtype name="std::u16string::size_type" sign="u"/>
|
||||
|
@ -7800,8 +7799,8 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init
|
|||
<podtype name="rsize_t" sign="u"/>
|
||||
<podtype name="double_t"/>
|
||||
<podtype name="float_t"/>
|
||||
<podtype name="time_t"/>
|
||||
<podtype name="clock_t"/>
|
||||
<podtype name="time_t,std::time_t"/>
|
||||
<podtype name="clock_t,std::clock_t"/>
|
||||
<podtype name="tm"/>
|
||||
<podtype name="fenv_t"/>
|
||||
<podtype name="fexcept_t"/>
|
||||
|
|
Loading…
Reference in New Issue