> Is it possible to have multiple definitions of an enum, and decide at the > time of execution which one to be used?
Using enums properly, no. Enums are compile time type information. You can approximate this though using casts and stuff like that. Nate _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
