2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-01-30 20:02:15 +00:00
This commit is contained in:
Emil Dotchevski
2019-01-13 15:14:07 -08:00
parent 6362b5e250
commit bef90c5095

View File

@@ -388,7 +388,7 @@ namespace boost { namespace leaf {
void reset() noexcept
{
s_ = std::stringstream();
s_.str(std::string());
already_.clear();
}