I'm getting an unhelpful linker error, what've I got wrong?

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Oct 28 05:06:12 PDT 2015


On Wednesday, 28 October 2015 at 11:48:27 UTC, pineapple wrote:
> There's also a writebuffer method in the interface with this 
> signature, though:
>
>     streamint writebuffer(T)(in T* buffer, in streamint count);

Interface can't have templated virtual instance methods.


More information about the Digitalmars-d-learn mailing list