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
Hi, I tried compiling the latest commit on main for Windows and got the following error
D:\a\quadwild-bimdf\quadwild-bimdf\libs\satsuma\src\libsatsuma/Problems/CostFunction.hh(73,60): error : no member named 'back_inserter' in namespace 'std' [D:\a\quadwild-bimdf\quadwild-bimdf\build\libs\satsuma\src\satsuma.vcxproj]
Hi, I tried compiling the latest commit on main for Windows and got the following error
I think it might be fixed by adding
#include <iterator>
similar to erengy/anitomy#2 (comment)Full log: https://github.com/ksami/quadwild-bimdf/actions/runs/10843719395/job/30091338230#step:3:2210
The text was updated successfully, but these errors were encountered: