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
4a6c68c7
Commit
4a6c68c7
authored
Jun 17, 2020
by
chenguoping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drop new blank line
parent
da8fa353
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
json.hpp
include/nlohmann/json.hpp
+0
-1
json.hpp
single_include/nlohmann/json.hpp
+0
-1
No files found.
include/nlohmann/json.hpp
View file @
4a6c68c7
...
@@ -3788,7 +3788,6 @@ class basic_json
...
@@ -3788,7 +3788,6 @@ class basic_json
JSON_THROW
(
type_error
::
create
(
306
,
"cannot use value() with "
+
std
::
string
(
type_name
())));
JSON_THROW
(
type_error
::
create
(
306
,
"cannot use value() with "
+
std
::
string
(
type_name
())));
}
}
/*!
/*!
@brief overload for a default value of type const char*
@brief overload for a default value of type const char*
@copydoc basic_json::value(const typename object_t::key_type&, const ValueType&) const
@copydoc basic_json::value(const typename object_t::key_type&, const ValueType&) const
...
...
single_include/nlohmann/json.hpp
View file @
4a6c68c7
...
@@ -19566,7 +19566,6 @@ class basic_json
...
@@ -19566,7 +19566,6 @@ class basic_json
JSON_THROW
(
type_error
::
create
(
306
,
"cannot use value() with "
+
std
::
string
(
type_name
())));
JSON_THROW
(
type_error
::
create
(
306
,
"cannot use value() with "
+
std
::
string
(
type_name
())));
}
}
/*!
/*!
@brief overload for a default value of type const char*
@brief overload for a default value of type const char*
@copydoc basic_json::value(const typename object_t::key_type&, const ValueType&) const
@copydoc basic_json::value(const typename object_t::key_type&, const ValueType&) const
...
...
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