Skip to content

Commit

Permalink
std.cfg: Added support for some missing interfaces, found by daca@home
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Mar 5, 2024
1 parent 5014069 commit ccbdd11
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cfg/std.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6292,6 +6292,14 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<noreturn>false</noreturn>
<leak-ignore/>
</function>
<!-- static std::time_t std::chrono::system_clock::to_time_t( const time_point& t ) noexcept;-->
<function name="std::chrono::system_clock::to_time_t">
<use-retval/>
<returnValue type="std::time_t"/>
<noreturn>false</noreturn>
<arg nr="1" direction="in"/>
<leak-ignore/>
</function>
<!-- template <class T> const T& min(const T& a, const T& b); -->
<function name="min,std::min">
<use-retval/>
Expand Down

0 comments on commit ccbdd11

Please sign in to comment.