// // This program is used to check if the compiler supports basic_string // #include int main() { std::basic_string s(L"s"); return 0; }