forked from Alepha/Alepha
Make the underlying streambuf private in stacks.
This commit is contained in:
@ -42,7 +42,7 @@ namespace Alepha::Hydrogen ::detail:: string_algorithms_m
|
||||
writeChar( const char ch ) override
|
||||
{
|
||||
if( C::debugExpansion ) error() << "Entry to write and got `" << ch << '`' << std::endl;
|
||||
std::ostream current{ underlying };
|
||||
std::ostream current{ out().rdbuf() };
|
||||
|
||||
if( mode == Normal and ch == sigil )
|
||||
{
|
||||
|
Reference in New Issue
Block a user