1
0
forked from Alepha/Alepha

Relocate StackableStreambuf to IOStreams.

This commit is contained in:
2023-11-10 13:30:08 -05:00
parent 6d8e503562
commit db70cb3b08
10 changed files with 17 additions and 16 deletions

View File

@ -41,7 +41,7 @@ namespace Alepha::Hydrogen ::detail:: word_wrap_m
}
struct WordWrapStreambuf
: public Utility::StackableStreambuf
: public IOStreams::StackableStreambuf
{
public:
std::size_t maximumWidth= 0;