-
This commit is contained in:
@@ -588,4 +588,4 @@ public:
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#define MAKE_ERROR(arg) throw std::runtime_error((std::ostringstream() << arg).str())
|
#define MAKE_ERROR(arg) throw std::runtime_error(static_cast<std::ostringstream&>(std::ostringstream() << arg).str())
|
||||||
|
|||||||
Reference in New Issue
Block a user