json/include/nlohmann
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
..
detail Fix for printing long doubles bug in dump_float 2023-01-25 18:33:40 +03:00
thirdparty/hedley 🔖 set version to 3.11.2 2022-08-12 15:04:06 +02:00
adl_serializer.hpp 🔖 set version to 3.11.2 2022-08-12 15:04:06 +02:00
byte_container_with_subtype.hpp 🔖 set version to 3.11.2 2022-08-12 15:04:06 +02:00
json_fwd.hpp Allow custom base class as node customization point (#3110) 2022-08-28 13:59:07 +02:00
json.hpp Add clang-tools to required tools for ci_static_analysis_clang (#3724) 2022-09-13 12:58:26 +02:00
ordered_map.hpp 🔖 set version to 3.11.2 2022-08-12 15:04:06 +02:00