From 764ec5986fa7f4607ee6e04867695f232efe2d69 Mon Sep 17 00:00:00 2001 From: DrSocalkwe3n Date: Tue, 18 Feb 2025 16:16: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 691f698..6d2b66f 100644 --- a/Src/TOSLib.hpp +++ b/Src/TOSLib.hpp @@ -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())