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)
Justin Whear via Digitalmars-d-learn Mon, 27 Oct 2014 15:51:06 -0700
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)