You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the lowest representable int value as a double in a conformance tests, the test passes whereas the std::numeric_limits<int64_t>::lowest() converted to a double will error. There needs to be a further look at the overflow behavior in C++ in this case.
The text was updated successfully, but these errors were encountered:
When using the lowest representable int value as a double in a conformance tests, the test passes whereas the std::numeric_limits<int64_t>::lowest() converted to a double will error. There needs to be a further look at the overflow behavior in C++ in this case.
The text was updated successfully, but these errors were encountered: