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