Skip to content

Conversation

@elbeno
Copy link
Contributor

@elbeno elbeno commented Nov 21, 2024

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

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`
@lukevalenty lukevalenty merged commit e0e4319 into intel:main Nov 21, 2024
22 checks passed
@elbeno elbeno deleted the fix-size-t-handling branch November 21, 2024 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants