celestia/checks
Andrew Tribick b94d084af3 Fix floating point from_chars implementation
- Do not assume a zero-byte terminator exists in the source
- Ignore exponent if format does not contain scientific
- Require exponent if format does not contain fixed
- Add support for hexfloat parsing
- Fail if a plus sign is present
- Add bitwise operations to chars_format
- Avoid use of unnamed namespace in header file
- Detect whether charconv is present and if floating point charconv is supported
2021-12-16 16:33:27 +01:00
..
cxxccfloat.cpp Fix floating point from_chars implementation 2021-12-16 16:33:27 +01:00
cxxccint.cpp Fix floating point from_chars implementation 2021-12-16 16:33:27 +01:00
cxxsv.cpp Add a C++17 compatible string_view implementation 2021-03-03 20:18:32 +03:00
cxxsvexp.cpp Add a C++17 compatible string_view implementation 2021-03-03 20:18:32 +03:00