mirror of
https://github.com/nlohmann/json.git
synced 2026-03-24 18:02:47 +00:00
recover original blank line
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user