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
IsEqual.h: In instantiation of ‘bool emock::IsEqual::eval(const emock::RefAny&) const [with T = double]’
IsEqual.h:42:10: required from here
IsEqual.h:45:31: error: comparing floating point with == or != is unsafe [-Werror=float-equal]
The text was updated successfully, but these errors were encountered:
IsEqual.h: In instantiation of ‘bool emock::IsEqual::eval(const emock::RefAny&) const [with T = double]’
IsEqual.h:42:10: required from here
IsEqual.h:45:31: error: comparing floating point with == or != is unsafe [-Werror=float-equal]
The text was updated successfully, but these errors were encountered: