Vivian De Smedt <[email protected]> writes: > When I try to build the 0.22 version I have a problem with gecode-common.icc > at > line 422 with the flush function that doesn't seems to be recognized. > If I comment the line the code compile fine.
That's very odd! The flush method is supposed to be inherited from Gist::TextOutput. Does it work when you replace flush() by Gist::TextOutput::flush()? Cheers, --Denys _______________________________________________ Gecode users mailing list [email protected] https://www.gecode.org/mailman/listinfo/gecode-users
