[F] Fixed compilation error for old compilers
This commit is contained in:
parent
18506673d5
commit
0c844aa143
@ -57,7 +57,7 @@ public:
|
|||||||
stream << arg;
|
stream << arg;
|
||||||
if (stream.tellp()) {
|
if (stream.tellp()) {
|
||||||
ft_nwrite(table, 1, stream.str().c_str());
|
ft_nwrite(table, 1, stream.str().c_str());
|
||||||
stream = std::stringstream{};
|
stream.str(std::string());
|
||||||
}
|
}
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user