Adam Lugowski bfee511d78 Set errc::result_out_of_range on over/underflow
Best-effort values are still returned, such as 0 for underflow and infinity for overflow, but now the returned ec is set to std::errc::result_out_of_range instead of std::errc().
2023-03-29 10:14:46 -07:00
..
ascii_number.h Constexpr parse_number_string 2023-03-04 17:18:25 +00:00
bigint.h Replace memmove with copy_backward 2023-03-24 17:18:58 +00:00
constexpr_feature_detect.h Fix amalgamate.ph and add header for constexpr macros 2023-03-12 10:50:25 +00:00
decimal_to_binary.h Constexpr from_chars 2023-03-04 20:53:43 +00:00
digit_comparison.h Constexpr from_chars 2023-03-04 20:53:43 +00:00
fast_float.h Fix amalgamate.ph and add header for constexpr macros 2023-03-12 10:50:25 +00:00
fast_table.h Fix power_of_five_128 to be usable in constexpr in MSVC, clang 2023-02-25 18:34:22 +00:00
float_common.h Fix amalgamate.ph and add header for constexpr macros 2023-03-12 10:50:25 +00:00
parse_number.h Set errc::result_out_of_range on over/underflow 2023-03-29 10:14:46 -07:00
simple_decimal_conversion.h Simplified clinger. 2022-11-03 18:51:37 -04:00