changed c++ version to c++20

This commit is contained in:
Torsten Schulz
2020-06-17 14:33:08 +02:00
parent 626b69e149
commit 0007ea7a81
16 changed files with 0 additions and 41 deletions

1
user.cpp Normal file → Executable file
View File

@@ -111,7 +111,6 @@ namespace Yc {
if (jsonTree["token"].asString() != _token) {
return;
}
std::cout << jsonTree["type"].asString() << std::endl;
if (jsonTree["type"].asString() == "message") {
checkString(jsonTree["message"].asString());
} else if (jsonTree["type"].asString() == "dice") {