@@ -162,7 +162,7 @@ struct FunctionNode : Node {
if (type == Type::max) return "max";
if (type == Type::count) return "count";
throw Exception("invalid function: " + (int)type);
throw Exception("invalid function: " + std::to_string((int)type));
};
The note is not visible to the blocked user.