std.cfg: Improved return value configuration for std::min() and std::max().

This commit is contained in:
orbitcowboy 2018-11-20 16:07:16 +01:00
parent cba87f913e
commit a722ba4f89
1 changed files with 2 additions and 0 deletions

View File

@ -5922,6 +5922,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<use-retval/>
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue>arg1&lt;arg2?arg1:arg2</returnValue>
<arg nr="1">
<not-uninit/>
</arg>
@ -5934,6 +5935,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<use-retval/>
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue>arg1&gt;arg2?arg1:arg2</returnValue>
<arg nr="1">
<not-uninit/>
</arg>