Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
json
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
json
Commits
0f67c584
Commit
0f67c584
authored
Jun 05, 2020
by
chenguoping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
undo: remove comment
parent
eca4b878
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
output_adapters.hpp
include/nlohmann/detail/output/output_adapters.hpp
+0
-2
json.hpp
single_include/nlohmann/json.hpp
+0
-2
No files found.
include/nlohmann/detail/output/output_adapters.hpp
View file @
0f67c584
...
...
@@ -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
{
...
...
single_include/nlohmann/json.hpp
View file @
0f67c584
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment