Gecode / gecode

Generic Constraint Development Environment
https://www.gecode.org
Other
283 stars 76 forks source link

Fix c++20 compatibility issue in fetch_add invocation in gpi.hh #111

Closed yurivict closed 3 years ago

yurivict commented 3 years ago

Also add a missing argument 'arg' to fetch_add.

zayenz commented 3 years ago

Thanks for the fix!