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
As far as I know ((double)1 + 2.0e+0) IS a constant expression. This is perhaps an issue with the compiler. I ran into similar issues when writing the original code on a previous version of msvc but I think those are fixed now. I'd try reporting this as a compiler bug.
Some of the tests that passed start failing with GCC 9:
smath::exp
tests incmath.cpp
smath::cos
tests intrigonometry.cpp
They fail with issues such as the following one:
I didn't implement these functions so I'm not sure why they're failing now. @theLOLflashlight any idea why it is failing if you're still around?
The text was updated successfully, but these errors were encountered: