Skip to content

[indexset][fix] Default to unsigned int

Timo Koch requested to merge fix/indexset-uint into master

There is no type uint in the C++ standard. Apparently, some compilers define it though as a typedef to unsigned int. G++12 seems to not have it.

Bug introduced in fb09463d

Edited by Timo Koch

Merge request reports