[F] Fixed compilation error for old compilers
This commit is contained in:
parent
18506673d5
commit
0c844aa143
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user