Commit ad2b4ff2 authored by chenguoping's avatar chenguoping

recover original blank line

parent 0f67c584
...@@ -97,6 +97,7 @@ class output_string_adapter : public output_adapter_protocol<CharType> ...@@ -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> ...@@ -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
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment