January 29, 2013
F i L wrote:
>
>     class myClass() {
>         this() { ... }
>     }

Whoops, forgot to remove the '()' after 'myClass'. As others have pointed out, that will make 'myClass' a template-class.

1 2
Next ›   Last »