srcclean (nw)

This commit is contained in:
Vas Crabb 2019-09-22 13:34:40 +10:00
parent 1b7b678f40
commit 5036387ab4
66 changed files with 881 additions and 881 deletions

View File

@ -874,7 +874,7 @@ int tool_app_t::execute()
std::cout << plib::pfmt("{:20}")("Общая ком") << "|" << "\n"; std::cout << plib::pfmt("{:20}")("Общая ком") << "|" << "\n";
//char x = 'a'; //char x = 'a';
auto b= U'щ'; auto b= U'\U0449';
std::cout << "b: <" << b << ">"; std::cout << "b: <" << b << ">";
#endif #endif
return 0; return 0;