recover original blank line

This commit is contained in:
chenguoping 2020-06-05 14:23:00 +08:00
parent 0f67c5849f
commit ad2b4ff23b
2 changed files with 2 additions and 0 deletions

View file

@ -97,6 +97,7 @@ class output_string_adapter : public output_adapter_protocol<CharType>
private:
StringType& str;
};
template<typename CharType, typename StringType = std::basic_string<CharType>>
class output_adapter
{

View file

@ -12208,6 +12208,7 @@ class output_string_adapter : public output_adapter_protocol<CharType>
private:
StringType& str;
};
template<typename CharType, typename StringType = std::basic_string<CharType>>
class output_adapter
{