> (some programs related to this have given me optilink errors,
In the latest version I've shown if you replace this in the
larger Busy Beaver:
struct TransitionTable(int sym, state) {
With a template:
template TransitionTable(int sym, state) {
You get an optlink crash. I don't know if this is fit for
Bugzilla.
Bye,
bearophile