std.cfg: add configuration for std::string::find_first_of and std::string::find_last_of

This commit is contained in:
Daniel Marjamäki 2017-10-11 08:33:12 +02:00
parent 247810a186
commit 29a0dfc152
1 changed files with 1 additions and 1 deletions

View File

@ -5941,7 +5941,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<!-- size_t find (const char* s, size_t pos, size_t n) const; -->
<!-- size_t find (char c, size_t pos = 0) const;-->
<!-- size_t find (const char* s, size_t pos = 0) const; -->
<function name="std::string::find,std::wstring::find,std::basic_string::find">
<function name="std::string::find,std::wstring::find,std::basic_string::find,std::string::find_first_of,std::wstring::find_first_of,std::basic_string::find_first_of,std::string::find_last_of,std::wstring::find_last_of,std::basic_string::find_last_of">
<noreturn>false</noreturn>
<returnValue type="size_t"/>
<leak-ignore/>