Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
json
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
json
Commits
ad2b4ff2
Commit
ad2b4ff2
authored
4 years ago
by
chenguoping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
recover original blank line
parent
0f67c584
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
include/nlohmann/detail/output/output_adapters.hpp
include/nlohmann/detail/output/output_adapters.hpp
+1
-0
single_include/nlohmann/json.hpp
single_include/nlohmann/json.hpp
+1
-0
No files found.
include/nlohmann/detail/output/output_adapters.hpp
View file @
ad2b4ff2
...
@@ -97,6 +97,7 @@ class output_string_adapter : public output_adapter_protocol<CharType>
...
@@ -97,6 +97,7 @@ class output_string_adapter : public output_adapter_protocol<CharType>
private:
private:
StringType
&
str
;
StringType
&
str
;
};
};
template
<
typename
CharType
,
typename
StringType
=
std
::
basic_string
<
CharType
>
>
template
<
typename
CharType
,
typename
StringType
=
std
::
basic_string
<
CharType
>
>
class
output_adapter
class
output_adapter
{
{
...
...
This diff is collapsed.
Click to expand it.
single_include/nlohmann/json.hpp
View file @
ad2b4ff2
...
@@ -12208,6 +12208,7 @@ class output_string_adapter : public output_adapter_protocol<CharType>
...
@@ -12208,6 +12208,7 @@ class output_string_adapter : public output_adapter_protocol<CharType>
private:
private:
StringType
&
str
;
StringType
&
str
;
};
};
template
<
typename
CharType
,
typename
StringType
=
std
::
basic_string
<
CharType
>
>
template
<
typename
CharType
,
typename
StringType
=
std
::
basic_string
<
CharType
>
>
class
output_adapter
class
output_adapter
{
{
...
...
This diff is collapsed.
Click to expand it.
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