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
assumes that, if on windows, we're building with MSVC. That isn't always the case, as the build of libosdp fails with __assume() begin undefined when I build with MSYS2 UCRT64 (clang)
It seems that the code below:
c-utils/include/utils/utils.h
Line 145 in c51a188
assumes that, if on windows, we're building with MSVC. That isn't always the case, as the build of libosdp fails with
__assume()begin undefined when I build with MSYS2 UCRT64 (clang)