Skip to content
Snippets Groups Projects
Commit a722b3bc authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

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

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
parent 5f9c24ed
No related branches found
No related tags found
Loading
Pipeline #
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment