Commit fff14999 authored by chenguoping's avatar chenguoping

add comment about PR#1006

parent 53ef0767
......@@ -97,7 +97,8 @@ class output_string_adapter : public output_adapter_protocol<CharType>
private:
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>>
class output_adapter
{
......
......@@ -12208,7 +12208,8 @@ class output_string_adapter : public output_adapter_protocol<CharType>
private:
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>>
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