use static_casts to silence MSVC warnings
Those warnings are not "fixed", but that's intentional. Truncations are expected when ArithmeticType is not the same type than number_unsigned_t (or another basic_json template argument)
Showing
Please register or sign in to comment