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 652
652
erase_if(basic_string<charT, traits, Allocator>& c, Predicate pred);
653
653
654
654
// \tcode {basic_string} typedef names
655
- using string = basic_string<char>;
656
- using u8string = basic_string<char8_t>;
657
- using u16string = basic_string<char16_t>;
658
- using u32string = basic_string<char32_t>;
659
- using wstring = basic_string<wchar_t>;
655
+ using @ \libglobal { string}@ = basic_string<char>;
656
+ using @ \libglobal { u8string}@ = basic_string<char8_t>;
657
+ using @ \libglobal { u16string}@ = basic_string<char16_t>;
658
+ using @ \libglobal { u32string}@ = basic_string<char32_t>;
659
+ using @ \libglobal { wstring}@ = basic_string<wchar_t>;
660
660
661
661
// \ref {string.conversions }, numeric conversions
662
662
int stoi(const string& str, size_t* idx = nullptr, int base = 10);
You can’t perform that action at this time.
0 commit comments