This commit is contained in:
2025-02-18 16:22:42 +06:00
parent 1c3073ca16
commit cc6e0fab99

View File

@@ -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())