This commit is contained in:
2025-02-18 16:16:42 +06:00
parent 8ed855b240
commit 764ec5986f

View File

@@ -588,4 +588,4 @@ public:
}
#define MAKE_ERROR(arg) throw std::runtime_error((std::stringstream() << arg).str())
#define MAKE_ERROR(arg) throw std::runtime_error((std::ostringstream() << arg).str())