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
The code is using __builtin_constant_p to detect compile-time evaluation (in include/FixedPoint/FixedPointHelpers.hpp), which is unsupported by VS. That's not the only issue, but the only one that can't be fixed at the moment.