2021-03-04 20:21:45 +02:00
..
ascii_number.h Prevent fast_float::from_chars from parsing whitespaces and leading '+' sign, similar to MSVC and integer LLVM std::from_chars behavior. See C++17 20.19.3.(7.1) and http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0067r5.html 2021-03-04 20:21:45 +02:00
decimal_to_binary.h fix: never include iostream unless it's absolutely necessary 2020-11-24 00:24:17 +00:00
fast_float.h Fixes https://github.com/lemire/fast_float/issues/19 2020-11-05 16:32:19 -05:00
fast_table.h Let us adjust the powers instead. 2020-11-19 18:15:42 -05:00
float_common.h Prevent fast_float::from_chars from parsing whitespaces and leading '+' sign, similar to MSVC and integer LLVM std::from_chars behavior. See C++17 20.19.3.(7.1) and http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0067r5.html 2021-03-04 20:21:45 +02:00
parse_number.h Prevent fast_float::from_chars from parsing whitespaces and leading '+' sign, similar to MSVC and integer LLVM std::from_chars behavior. See C++17 20.19.3.(7.1) and http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0067r5.html 2021-03-04 20:21:45 +02:00
simple_decimal_conversion.h Removing dead code 2021-01-07 18:03:33 -05:00