std.cfg: configure some <algorithm> functions
This commit is contained in:
parent
892596681b
commit
fd3750820d
12
cfg/std.cfg
12
cfg/std.cfg
|
@ -4020,8 +4020,16 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
|||
</arg>
|
||||
<arg nr="3"/>
|
||||
</function>
|
||||
<!-- iterator std::find(iterator first, iterator last, T val) -->
|
||||
<function name="std::find,std::find_if,std::find_if_not,std::count,std::count_if">
|
||||
|
||||
<!-- InputIterator std::find(InputIterator first, InputIterator last, T val) -->
|
||||
<!-- InputIterator std::find_if(InputIterator first, InputIterator last, UnaryPredicate val) -->
|
||||
<!-- InputIterator std::find_if_not(InputIterator first, InputIterator last, UnaryPredicate val) -->
|
||||
<!-- bool std::all_of(InputIterator first, InputIterator last, UnaryPredicate pred) -->
|
||||
<!-- bool std::any_of(InputIterator first, InputIterator last, UnaryPredicate pred) -->
|
||||
<!-- bool std::none_of(InputIterator first, InputIterator last, UnaryPredicate pred) -->
|
||||
<!-- InputIterator std::count(InputIterator first, InputIterator last, T val) -->
|
||||
<!-- InputIterator std::count_if(InputIterator first, InputIterator last, UnaryPredicate val) -->
|
||||
<function name="std::find,std::find_if,std::find_if_not,std::count,std::count_if,std::all_of,std::any_of,std::none_of">
|
||||
<noreturn>false</noreturn>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
|
|
Loading…
Reference in New Issue