std.cfg: Added support for string::shrink_to_fit()

This commit is contained in:
orbitcowboy 2021-12-03 14:36:30 +01:00
parent b6b2cf8283
commit 19006ab775
1 changed files with 7 additions and 0 deletions

View File

@ -7983,6 +7983,13 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init
<not-uninit/>
<not-bool/>
</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>
<!-- bool std::bitset::all() const noexcept; (since C++11) -->
<!-- bool std::bitset::any() const; (until C++11) -->