mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-06-15 08:26:08 +08:00
Compare commits
4 Commits
e8ec8e8f34
...
937198691a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
937198691a | ||
|
|
0352ba3fef | ||
|
|
6ae691372f | ||
|
|
8fe7a9405b |
@ -65,6 +65,4 @@ int main() {
|
||||
#endif
|
||||
std::cout << "All tests passed successfully." << std::endl;
|
||||
return EXIT_SUCCESS;
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
@ -45,11 +45,6 @@ void all_32bit_values() {
|
||||
std::cerr << "I got " << std::hexfloat << result_value
|
||||
<< " but I was expecting " << v << std::endl;
|
||||
abort();
|
||||
} else if (std::isnan(v)) {
|
||||
if (!std::isnan(result_value)) {
|
||||
std::cerr << "not nan" << buffer << std::endl;
|
||||
abort();
|
||||
}
|
||||
} else if (result_value != v) {
|
||||
std::cerr << "no match ? " << buffer << std::endl;
|
||||
std::cout << "started with " << std::hexfloat << v << std::endl;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user