mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-29 08:52:09 +00:00
Trying to use catch instead of critertion
This commit is contained in:
@@ -16,6 +16,7 @@ namespace ComSquare::Debugger
|
||||
std::smatch match;
|
||||
std::regex re(R"(\[(\S+)\])");
|
||||
|
||||
return ret;
|
||||
while (symbolFile) {
|
||||
if (line.empty()) {
|
||||
std::getline(symbolFile, line);
|
||||
|
||||
Reference in New Issue
Block a user