add comment about PR#1006
This commit is contained in:
parent
53ef076715
commit
fff1499963
2 changed files with 4 additions and 2 deletions
|
@ -97,7 +97,8 @@ 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
|
||||||
{
|
{
|
||||||
|
|
|
@ -12208,7 +12208,8 @@ 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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue