From cc6e0fab992be0416b13bc3219c7d1bd5c177314 Mon Sep 17 00:00:00 2001 From: DrSocalkwe3n Date: Tue, 18 Feb 2025 16:22:42 +0600 Subject: [PATCH] - --- Src/TOSLib.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/TOSLib.hpp b/Src/TOSLib.hpp index f2416aa..0fa7e9d 100644 --- a/Src/TOSLib.hpp +++ b/Src/TOSLib.hpp @@ -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() << arg).str())