Skip to content

Commit

Permalink
undo: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dota17 committed Jun 5, 2020
1 parent eca4b87 commit 0f67c58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions include/nlohmann/detail/output/output_adapters.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ 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
{
Expand Down
2 changes: 0 additions & 2 deletions single_include/nlohmann/json.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12208,8 +12208,6 @@ 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
{
Expand Down

0 comments on commit 0f67c58

Please sign in to comment.