1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

wrong return type

This commit is contained in:
Leonid Fedorov
2022-02-15 14:23:08 +00:00
parent c186449388
commit 9b686c04e1

View File

@ -283,7 +283,7 @@ const string ArithmeticColumn::nextToken(string::size_type& pos, char end) const
msg.append(1, end);
msg.append(" found in " + fData);
throw invalid_argument(msg);
return 0;
return {};
}
ostream& operator<<(ostream& output, const ArithmeticColumn& rhs)