changed c++ version to c++20
This commit is contained in:
1
user.cpp
Normal file → Executable file
1
user.cpp
Normal file → Executable 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") {
|
||||
|
||||
Reference in New Issue
Block a user