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
We have a test that checks that our own implementation of feraiseexcept
triggers an assertion failure when a non-zero argument is given. This test
now fails since Visual Studio has a macro for feraiseexcept.
This commit uses #undef to avoid Visual Studio's macro.
0 commit comments