Re: Template resolution and interfaces

2013-12-11 Thread Torje Digernes
On Wednesday, 11 December 2013 at 10:10:11 UTC, qznc wrote: On Tuesday, 10 December 2013 at 17:50:45 UTC, Torje Digernes wrote: http://pastie.org/8542555 Compositing an class via curry fails when I try to use interfaces. Guessing that this is due to when classes are validated for interface i

Re: Template resolution and interfaces

2013-12-11 Thread qznc
On Tuesday, 10 December 2013 at 17:50:45 UTC, Torje Digernes wrote: http://pastie.org/8542555 Compositing an class via curry fails when I try to use interfaces. Guessing that this is due to when classes are validated for interface implementation and when templates are instantiated. I thought

Template resolution and interfaces

2013-12-10 Thread Torje Digernes
http://pastie.org/8542555 Compositing an class via curry fails when I try to use interfaces. Guessing that this is due to when classes are validated for interface implementation and when templates are instantiated. I thought this was a cool optional way to build/composite classes instead of wra