On 8/31/13, Jacob Carlborg <doob at me.com> wrote: > Replace that line with: > > auto dg = &result.__ctor; > dg(args); Hmm... I hope this can actually work when there are multiple ctors, how would the compiler know which of the ctors dg should be assigned to?