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
In order to not add undef directive on windows projects, could be possibile to change std::numeric_limits<int64_t>::min() to (std::numeric_limits<int64_t>::min)() ?
The text was updated successfully, but these errors were encountered:
In order to not add undef directive on windows projects, could be possibile to change std::numeric_limits<int64_t>::min() to (std::numeric_limits<int64_t>::min)() ?
The text was updated successfully, but these errors were encountered: