Remove functions min()/max() from std.cfg (revert f430748)

This commit is contained in:
Alexander Mai 2015-05-13 21:25:04 +02:00
parent 3ce4e68ca6
commit 3c97736d44
1 changed files with 0 additions and 26 deletions

View File

@ -1695,32 +1695,6 @@
<not-uninit/>
</arg>
</function>
<!-- template <class T> const T& max (const T& a, const T& b); -->
<function name="max">
<use-retval/>
<pure/>
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<not-uninit/>
</arg>
</function>
<!-- template <class T> const T& min (const T& a, const T& b); -->
<function name="min">
<use-retval/>
<pure/>
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<not-uninit/>
</arg>
</function>
<!-- double fmax(double x, double y); -->
<function name="fmax">
<use-retval/>