mirror of
https://github.com/nlohmann/json.git
synced 2024-11-27 16:49:02 +08:00
+ fixed a compiler warning
+ added coveralls
This commit is contained in:
parent
36fcc942c4
commit
b57179e0fe
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
|
||||
JSON operator ""_json(const char*, size_t);
|
||||
JSON operator "" _json(const char*, size_t);
|
||||
|
Loading…
Reference in New Issue
Block a user