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)

Reply via email to