You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm getting a [-Wnarrowing] compilation error running the example in the godbolt link below
/app/raw.githubusercontent.com/qlibs/mph/main/mph:1082:37: error: narrowing conversion of '8245886547676589896' from '__int128 unsigned' to 'unsigned int' [-Wnarrowing]
1082 | utility::array<mapped_type, size> lut{};
i'm getting a [-Wnarrowing] compilation error running the example in the godbolt link below
https://godbolt.org/z/Tadf18zz6
The text was updated successfully, but these errors were encountered: