undo: remove comment

This commit is contained in:
chenguoping 2020-06-05 10:09:15 +08:00
parent eca4b8785c
commit 0f67c5849f
2 changed files with 0 additions and 4 deletions

View file

@ -97,8 +97,6 @@ class output_string_adapter : public output_adapter_protocol<CharType>
private: private:
StringType& str; StringType& str;
}; };
/// dump to alternative string type, as defined in basic_json template
/// see https://github.com/nlohmann/json/pull/1006
template<typename CharType, typename StringType = std::basic_string<CharType>> template<typename CharType, typename StringType = std::basic_string<CharType>>
class output_adapter class output_adapter
{ {

View file

@ -12208,8 +12208,6 @@ class output_string_adapter : public output_adapter_protocol<CharType>
private: private:
StringType& str; StringType& str;
}; };
/// dump to alternative string type, as defined in basic_json template
/// see https://github.com/nlohmann/json/pull/1006
template<typename CharType, typename StringType = std::basic_string<CharType>> template<typename CharType, typename StringType = std::basic_string<CharType>>
class output_adapter class output_adapter
{ {