json/include/nlohmann/detail
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
..
conversions 🔖 set version to 3.11.2 2022-08-12 15:04:06 +02:00
input Fix some typos for n-dimensional arrays (#3767) 2022-09-26 06:23:18 +02:00
iterators Use official Clang/GCC containers (#3703) 2022-08-27 17:28:50 +02:00
meta 🔖 set version to 3.11.2 2022-08-12 15:04:06 +02:00
output Fix for printing long doubles bug in dump_float 2023-01-25 18:33:40 +03:00
abi_macros.hpp 🔖 set version to 3.11.2 2022-08-12 15:04:06 +02:00
exceptions.hpp Add clang-tools to required tools for ci_static_analysis_clang (#3724) 2022-09-13 12:58:26 +02:00
hash.hpp 🔖 set version to 3.11.2 2022-08-12 15:04:06 +02:00
json_custom_base_class.hpp Allow custom base class as node customization point (#3110) 2022-08-28 13:59:07 +02:00
json_pointer.hpp Add clang-tools to required tools for ci_static_analysis_clang (#3724) 2022-09-13 12:58:26 +02:00
json_ref.hpp 🔖 set version to 3.11.2 2022-08-12 15:04:06 +02:00
macro_scope.hpp Add clang-tools to required tools for ci_static_analysis_clang (#3724) 2022-09-13 12:58:26 +02:00
macro_unscope.hpp 🔖 set version to 3.11.2 2022-08-12 15:04:06 +02:00
string_concat.hpp Fix warning about moved from object (#3889) 2022-12-18 17:20:30 +01:00
string_escape.hpp 🔖 set version to 3.11.2 2022-08-12 15:04:06 +02:00
value_t.hpp 🔖 set version to 3.11.2 2022-08-12 15:04:06 +02:00