On 12/9/07, Janice Caron <caron800 at googlemail.com> wrote: > This begs the question, will > > enum SomeTemplate!(int) x; Sorry. I meant enum SomeTemplate!(int) x = something; > instantiate the template if x is not used? (It'll take a while to get used to this).