std.cfg: Add `<pure/>` to std::min() and std::max() (#2037)

This commit is contained in:
Sebastian 2019-07-26 07:51:26 +02:00 committed by GitHub
parent f95d193e22
commit dcc2599121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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