std.cfg: Added missing non-namespace configuration for stoi()-like functions.

This commit is contained in:
orbitcowboy 2017-12-15 21:42:39 +01:00
parent c799206c73
commit a01c6c95eb
1 changed files with 8 additions and 8 deletions

View File

@ -5265,7 +5265,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
</function>
<!-- float stof (const string& str, size_t* idx = 0); -->
<!-- float stof (const wstring& str, size_t* idx = 0); -->
<function name="std::stof">
<function name="stof,std::stof">
<use-retval/>
<returnValue type="float"/>
<noreturn>false</noreturn>
@ -5279,7 +5279,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
</function>
<!-- double stod (const string& str, size_t* idx = 0); -->
<!-- double stod (const wstring& str, size_t* idx = 0); -->
<function name="std::stod">
<function name="stod,std::stod">
<use-retval/>
<returnValue type="double"/>
<noreturn>false</noreturn>
@ -5293,7 +5293,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
</function>
<!-- long double stold (const string& str, size_t* idx = 0); -->
<!-- long double stold (const wstring& str, size_t* idx = 0); -->
<function name="std::stold">
<function name="stold,std::stold">
<use-retval/>
<returnValue type="long double"/>
<noreturn>false</noreturn>
@ -5307,7 +5307,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
</function>
<!-- int stoi (const string& str, size_t* idx = 0, int base = 10);-->
<!-- int stoi (const wstring& str, size_t* idx = 0, int base = 10); -->
<function name="std::stoi">
<function name="stoi,std::stoi">
<use-retval/>
<returnValue type="int"/>
<noreturn>false</noreturn>
@ -5325,7 +5325,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
</function>
<!-- long stol (const string& str, size_t* idx = 0, int base = 10);-->
<!-- long stol (const wstring& str, size_t* idx = 0, int base = 10); -->
<function name="std::stol">
<function name="stol,std::stol">
<use-retval/>
<returnValue type="long"/>
<noreturn>false</noreturn>
@ -5343,7 +5343,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
</function>
<!-- long long stoll (const string& str, size_t* idx = 0, int base = 10);-->
<!-- long long stoll (const wstring& str, size_t* idx = 0, int base = 10); -->
<function name="std::stoll">
<function name="stoll,std::stoll">
<use-retval/>
<returnValue type="long long"/>
<noreturn>false</noreturn>
@ -5361,7 +5361,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
</function>
<!-- unsigned long stoul (const string& str, size_t* idx = 0, int base = 10);-->
<!-- unsigned long stoul (const wstring& str, size_t* idx = 0, int base = 10); -->
<function name="std::stoul">
<function name="stoul,std::stoul">
<use-retval/>
<returnValue type="unsigned long"/>
<noreturn>false</noreturn>
@ -5379,7 +5379,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
</function>
<!-- unsigned long long stoull (const string& str, size_t* idx = 0, int base = 10);-->
<!-- unsigned long long stoull (const wstring& str, size_t* idx = 0, int base = 10); -->
<function name="std::stoull">
<function name="stoull,std::stoull">
<use-retval/>
<returnValue type="unsigned long long"/>
<noreturn>false</noreturn>