+ fixed a compiler warning

+ added coveralls
This commit is contained in:
Niels 2014-12-28 09:23:49 +01:00
parent 36fcc942c4
commit b57179e0fe
2 changed files with 3 additions and 1 deletions

2
.coveralls.yml Normal file
View File

@ -0,0 +1,2 @@
service_name: travis-pro
repo_token: F9bs4Nop10JRgqPQXRcifyQKYhb3FczkS

View File

@ -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);