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
✅ Add tests for to_underlying with arithmetic types
Problem:
- `to_underlying` works with many types, but is only tested with enums and
`int`.
Solution:
- Add template tests for more integral and floating-point types.
0 commit comments