Trying to use catch instead of critertion

This commit is contained in:
Zoe Roux
2021-07-03 17:38:57 +02:00
parent d558b00b0a
commit eb02c23eb9
33 changed files with 1813 additions and 1986 deletions
@@ -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);