Quick and dirty input here: looks like clang in msvc compatibility mode detects enum type as int32, but for linux, mac(x64, arm64) it is uint32. This can affect some automatic wrappers generators that relies on this information and performs type conversion.
Quick and dirty input here: looks like clang in msvc compatibility mode detects enum type as int32, but for linux, mac(x64, arm64) it is uint32. This can affect some automatic wrappers generators that relies on this information and performs type conversion.