+ fixed a compiler warning
+ added coveralls
This commit is contained in:
parent
36fcc942c4
commit
b57179e0fe
2 changed files with 3 additions and 1 deletions
2
.coveralls.yml
Normal file
2
.coveralls.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
service_name: travis-pro
|
||||||
|
repo_token: F9bs4Nop10JRgqPQXRcifyQKYhb3FczkS
|
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue