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

@ -22,7 +22,7 @@ namespace Alepha::Hydrogen ::detail:: string_algorithms
}
struct VariableExpansionStreambuf
: public Utility::StackableStreambuf
: public IOStreams::StackableStreambuf
{
public:
VarMap substitutions;