recover original blank line
This commit is contained in:
parent
0f67c5849f
commit
ad2b4ff23b
2 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,7 @@ class output_string_adapter : public output_adapter_protocol<CharType>
|
||||||
private:
|
private:
|
||||||
StringType& str;
|
StringType& str;
|
||||||
};
|
};
|
||||||
|
|
||||||
template<typename CharType, typename StringType = std::basic_string<CharType>>
|
template<typename CharType, typename StringType = std::basic_string<CharType>>
|
||||||
class output_adapter
|
class output_adapter
|
||||||
{
|
{
|
||||||
|
|
|
@ -12208,6 +12208,7 @@ class output_string_adapter : public output_adapter_protocol<CharType>
|
||||||
private:
|
private:
|
||||||
StringType& str;
|
StringType& str;
|
||||||
};
|
};
|
||||||
|
|
||||||
template<typename CharType, typename StringType = std::basic_string<CharType>>
|
template<typename CharType, typename StringType = std::basic_string<CharType>>
|
||||||
class output_adapter
|
class output_adapter
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue