File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 658
658
erase_if(basic_string<charT, traits, Allocator>& c, Predicate pred);
659
659
660
660
// \tcode {basic_string} typedef names
661
- using string = basic_string<char>;
662
- using u8string = basic_string<char8_t>;
663
- using u16string = basic_string<char16_t>;
664
- using u32string = basic_string<char32_t>;
665
- using wstring = basic_string<wchar_t>;
661
+ using @ \libglobal { string}@ = basic_string<char>;
662
+ using @ \libglobal { u8string}@ = basic_string<char8_t>;
663
+ using @ \libglobal { u16string}@ = basic_string<char16_t>;
664
+ using @ \libglobal { u32string}@ = basic_string<char32_t>;
665
+ using @ \libglobal { wstring}@ = basic_string<wchar_t>;
666
666
667
667
// \ref {string.conversions }, numeric conversions
668
668
int stoi(const string& str, size_t* idx = nullptr, int base = 10);
You can’t perform that action at this time.
0 commit comments