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.
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.