TonyGuil / bbchallenge

Busy Beaver Challenge code and resultss
0 stars 1 forks source link

Quick-fix the compile. #11

Closed UncombedCoconut closed 1 year ago

UncombedCoconut commented 1 year ago

Note: I am sure we want in Bouncer.h, but I might be wrong about making VerifierParams an empty subclass of CommonParams.

TonyGuil commented 1 year ago

That was my mistake -- I didn't push my changes to Params.h and Params.cpp. It should work now. (Also I added to Bouncer.h, although it's not needed on my machine.)

UncombedCoconut commented 1 year ago

Cool, thanks! (I think Bouncers/Bouncer.h escaped the new push though. :)) Yeah, C includes can pull tricks like that, where the standard doesn't promise (e.g.) INT_MAX without <limits.h> will work, but it might happen to work if an included header decides to include it transitively. (And C is far from the only language with this sort of issue.)

TonyGuil commented 1 year ago

Sorry! Bouncers.h fixed now.