未验证 提交 eb85fcc9 编写于 作者: S Spartucus 提交者: GitHub

Fix non-void function return value

Since last catch insert exception string to `ss`, it should returns.
上级 74d12f35
......@@ -219,6 +219,7 @@ namespace fc
} catch( ... ) {
ss << "<- exception in to_string.\n";
}
return ss.str();
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册