json/include/nlohmann/detail/output
Kirill Lokotkov 1885f4bc5f
Fix for printing long doubles bug in dump_float
When you use long double as a floating point type with the current version of this file and try to dump json it prints trash instead of actual number. This if-else fixes the problem. On using long double you just need to add an 'L' modifier before 'g' in format string.
2023-01-25 18:33:40 +03:00
..
binary_writer.hpp Add clang-tools to required tools for ci_static_analysis_clang (#3724) 2022-09-13 12:58:26 +02:00
output_adapters.hpp 🔖 set version to 3.11.2 2022-08-12 15:04:06 +02:00
serializer.hpp Fix for printing long doubles bug in dump_float 2023-01-25 18:33:40 +03:00