removed a comment

This commit is contained in:
Tomasz Sowa 2021-06-20 17:39:37 +02:00
parent 0865c41e48
commit 4a2a99a77d
1 changed files with 0 additions and 1 deletions

View File

@ -245,7 +245,6 @@ void TextStreamBase<char_type, stack_size, heap_block_size>::to_str(std::string
}
else
{
// test me
wide_stream_to_utf8(*this, str);
}
}