Unverified Commit e54b6ace authored by Niels Lohmann's avatar Niels Lohmann Committed by GitHub

Merge pull request #882 from erengy/fix-msvc-c4819

Fix MSVC warning C4819
parents 1ca6ec1d ab0e8b2f
......@@ -6564,7 +6564,7 @@ class serializer
// check that the additional bytes are present
assert(i + bytes < s.size());
// to use \uxxxx escaping, we first need to caluclate
// to use \uxxxx escaping, we first need to calculate
// the codepoint from the UTF-8 bytes
int codepoint = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment