Missed a move

This commit is contained in:
Robin Jadoul 2017-01-26 12:53:55 +01:00
parent 3f524078c2
commit cf689e64b1
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ Value {{name}}<Value>::parse() {
expected.emplace_back(static_cast<{{name}}_Symbol>(i));
}
Token report = Token{tok.symbol, std::move(tok.value)};
Value errorVal = error(report, expected);
Value errorVal = error(std::move(report), expected);
while (!valueStack.empty() && (TABLE[stateStack.top()][verr] & 0x3) == ERROR) {
valueStack.pop();