CT Busy Beaver

bearophile bearophileHUGS at lycos.com
Sun Aug 19 07:18:44 PDT 2012


> (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


More information about the Digitalmars-d-learn mailing list