Fix std.cfg

This commit is contained in:
Daniel Marjamäki 2016-11-01 15:19:24 +01:00
parent 0e9810b7f6
commit dbb999fc13
1 changed files with 1 additions and 1 deletions

View File

@ -4057,7 +4057,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<!-- 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) -->
<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">
<function name="std::all_of,std::any_of,std::none_of">
<use-retval/>
<noreturn>false</noreturn>
<returnValue type="bool"/>