std.cfg: add configuration for std::string::find_first_of and std::string::find_last_of
This commit is contained in:
parent
247810a186
commit
29a0dfc152
|
@ -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/>
|
||||
|
|
Loading…
Reference in New Issue