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
nickbrekhus
changed the title
[Bug]: DoubleEq matcher with const float value types
[Bug]: FloatingEqMatcher doesn't work with const float value types
Feb 8, 2024
Describe the issue
FloatingEqMatcher
doesn't work withconst
float value types. See https://godbolt.org/z/zexhra9eG. A const conversion is missingSteps to reproduce the problem
https://godbolt.org/z/zexhra9eG
What version of GoogleTest are you using?
trunk
What operating system and version are you using?
(see godbolt repro)
What compiler and version are you using?
clang 15
What build system are you using?
(see godbolt repro)
Additional context
No response
The text was updated successfully, but these errors were encountered: