std.cfg: Added support for string::shrink_to_fit()
This commit is contained in:
parent
b6b2cf8283
commit
19006ab775
|
@ -7983,6 +7983,13 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
</arg>
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- void std::string::shrink_to_fit(void) ; (since C++11) -->
|
||||||
|
<!-- void std::wstring::shrink_to_fit(void) ; (since C++11) -->
|
||||||
|
<function name="std::string::shrink_to_fit,std::wstring::shrink_to_fit">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<leak-ignore/>
|
||||||
</function>
|
</function>
|
||||||
<!-- bool std::bitset::all() const noexcept; (since C++11) -->
|
<!-- bool std::bitset::all() const noexcept; (since C++11) -->
|
||||||
<!-- bool std::bitset::any() const; (until C++11) -->
|
<!-- bool std::bitset::any() const; (until C++11) -->
|
||||||
|
|
Loading…
Reference in New Issue