+ 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

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