mirror of
https://github.com/nlohmann/json.git
synced 2026-08-21 16:43:17 +00:00
@gregmarr spotted that convert_integer() was inserted between convert_number() and its doc block, leaving convert_integer() with two stacked blocks and convert_number() with none. Comment only; no code change. Signed-off-by: Niels Lohmann <mail@nlohmann.me>