Remove OnItteration due to bugs in multithreaded registering in tytd
This commit is contained in:
@@ -863,7 +863,7 @@ namespace Tesses::CrossLang
|
||||
EnsureSymbol("]");
|
||||
continue;
|
||||
}
|
||||
if(tokens[i].type != LexTokenType::Identifier) throw std::exception();
|
||||
if(tokens[i].type != LexTokenType::Identifier) throw std::runtime_error("Not an identifier (member)");
|
||||
std::string name = tokens[i].text;
|
||||
if(name == "operator")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user