mirror of
https://github.com/nlohmann/json.git
synced 2026-07-05 18:15:10 +00:00
+ fixed a compiler warning
+ added coveralls
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
service_name: travis-pro
|
||||
repo_token: F9bs4Nop10JRgqPQXRcifyQKYhb3FczkS
|
||||
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user