Absl compilation error in Visual Studio 2022 - 17.7.3 #3922
-
What version of OR-Tools and what language are you using? Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi) What operating system (Linux, Windows, ...) and version? What did you do? If I open the same solution file on the same computer but with VS 17.5.3 then it compiles without errors. What did you expect to see What did you see instead? Make sure you include information that can help us debug (full error message, model Proto). Anything else we should know about your project / environment |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I have the same problem in VS 17.7.3. Removing parenthesis around |
Beta Was this translation helpful? Give feedback.
I have the same problem in VS 17.7.3. Removing parenthesis around
min
andmax
in lines 404 and 408 will fix the issue. Anyway, I have no idea why this error occurred.