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
b57179e0
Commit
b57179e0
authored
Dec 28, 2014
by
Niels
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+ fixed a compiler warning
+ added coveralls
parent
36fcc942
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
.coveralls.yml
.coveralls.yml
+2
-0
JSON.h
src/JSON.h
+1
-1
No files found.
.coveralls.yml
0 → 100644
View file @
b57179e0
service_name
:
travis-pro
repo_token
:
F9bs4Nop10JRgqPQXRcifyQKYhb3FczkS
src/JSON.h
View file @
b57179e0
...
@@ -428,4 +428,4 @@ class JSON
...
@@ -428,4 +428,4 @@ class JSON
};
};
/// user-defined literal operator to create JSON objects from strings
/// user-defined literal operator to create JSON objects from strings
JSON
operator
""
_json
(
const
char
*
,
size_t
);
JSON
operator
""
_json
(
const
char
*
,
size_t
);
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