Need assistance translating this C++ template
Justin Whear via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Mon Oct 27 15:47:40 PDT 2014
On Mon, 27 Oct 2014 22:43:22 +0000, John wrote:
> void opAssign(T2 val)
Without looking at the rest of your code, looks like this line needs to be
void opAssign(T2)(T2 val)
More information about the Digitalmars-d-learn
mailing list