coin-or / SHOT

A solver for mixed-integer nonlinear optimization problems
https://shotsolver.dev
Eclipse Public License 2.0
117 stars 25 forks source link

Fix compilation error on Windows with IGNORE enum #130

Closed odow closed 3 years ago

odow commented 3 years ago

This was causing failures on our Windows builds: https://github.com/JuliaPackaging/Yggdrasil/pull/3290

Log: https://dev.azure.com/JuliaPackaging/Yggdrasil/_build/results?buildId=12199&view=logs&j=471210ec-aeb4-55ba-6241-1758b9a7523b&t=5a065a53-39d1-5f7d-e4f1-5d21ed2e419d&l=36323

I didn't track the source of the problem, but I guess Windows defines an IGNORE constant somewhere else.