Merge pull request #843 from JIghtuse/master
Fixes #7787 (Mistyped container number in std.cfg for std::equal etc.)
This commit is contained in:
commit
2c12071065
|
@ -4134,7 +4134,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="3">
|
<arg nr="3">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
<iterator container="1" type="first"/>
|
<iterator container="2" type="first"/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<memory>
|
<memory>
|
||||||
|
|
Loading…
Reference in New Issue