std.cfg: Added support for more interfaces.
This commit is contained in:
parent
360823203f
commit
9348a627e0
|
@ -6202,7 +6202,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<function name="std::list::find,std::map::find,std::set::find,std::vector::find">
|
||||
<function name="std::list::find,std::map::find,std::set::find,std::vector::find,std::unordered_map::find,std::unordered_multimap::find,std::unordered_set::find,std::unordered_multiset::find,std::multiset::find,std::multimap::find">
|
||||
<use-retval/>
|
||||
<const/>
|
||||
<returnValue type="iterator"/>
|
||||
|
|
Loading…
Reference in New Issue