From 9ada64b0c17b72996b696f7fe7190a429feaf326 Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Tue, 17 Sep 2024 14:27:00 +0800 Subject: [PATCH] update --- src/tools/tools.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/tools.hpp b/src/tools/tools.hpp index ea24f30..464c92e 100644 --- a/src/tools/tools.hpp +++ b/src/tools/tools.hpp @@ -45,7 +45,7 @@ namespace zt { template inline void raw_print(std::ostream &os,const Args&...args){ - std::stringstream ss; + std::ostringstream ss; ((ss<