Skip to content
Snippets Groups Projects

Use correct type for second template argument of `std::array`

Merged Ansgar Burchardt requested to merge bugfix/build-failure-on-i386 into master

Using unsigned long instead of size_t only works on architectures where the two types are identical, but not on, for example, i386. On architectures where the types differ, the generic version would be used instead of the specialization for std::array.

Bug-Debian: https://bugs.debian.org/860666

Merge request reports

Pipeline #2146 passed

Pipeline passed for a722b3bc on bugfix/build-failure-on-i386

Merged by avatar (Apr 5, 2025 6:05am UTC)

Loading

Pipeline #2148 passed

Pipeline passed for 1318e0e3 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading