diff --git a/include/fort.hpp b/include/fort.hpp index 5ad8e20..77b988b 100644 --- a/include/fort.hpp +++ b/include/fort.hpp @@ -57,7 +57,7 @@ public: stream << arg; if (stream.tellp()) { ft_nwrite(table, 1, stream.str().c_str()); - stream = std::stringstream{}; + stream.str(std::string()); } return *this; }