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
Problem:
- `lookup::input` takes an `auto` template parameter.
- Platform-specific definitions of `std::size_t` make it awkward to ensure
instantiations of `lookup::input` with the same size are in fact the same
type.
Solution:
- fix the type of the `lookup::input` template parameter to `std::size_t`
0 commit comments