On 2013-03-15, 22:30, Miles Stoudenmire wrote: > I want to second Steven's suggestion that the code have a template > instantiation in it. > > auto event = menlo!park(2013); ? Uhm. It does: auto event = 2013.menlo!park(); -- Simen