mirror of
https://github.com/nlohmann/json.git
synced 2026-08-29 12:27:32 +00:00
MSVC rejects char(0xFF) with C4310 (cast truncates constant value), which the Windows workflow treats as an error. The character literals carry the same byte values without a narrowing cast. Signed-off-by: Niels Lohmann <mail@nlohmann.me>