mirror of
https://github.com/nlohmann/json.git
synced 2026-08-20 08:03:18 +00:00
Folding the release_lookahead() call into the existing strict check left the "in strict mode" comment on an else-if branch, and made the strict condition in sax_parse() redundant with the branch it followed. Signed-off-by: Niels Lohmann <mail@nlohmann.me>