Skip to content

fix use of "uint"

Podhorszki, Norbert requested to merge github/fork/germasch/pr/fix-uint into master

Created by: germasch

It's not a standard type, so can't be relied on. It gave me trouble in one config on my Mac (gcc8 + address sanitizer), but also contributed to the last minute MVSC issues before the 2.4.0 release.

Merge request reports