Merge branch 'branch-0.5.0' of http://192.168.1.105:6060/megasearch/milvus into branch-0.5.0

Former-commit-id: 8caea68514c6eed0fc8fc7ecd13f7778d1185977
This commit is contained in:
test 2019-09-20 08:59:12 +00:00
commit 40f441ddd6

View File

@ -28,7 +28,7 @@ namespace milvus {
class Exception : public std::exception {
public:
Exception(ErrorCode code, const std::string& message)
: code_(code_),
: code_(code),
message_(message) {
}