Re: Proxy addition

2012-10-26 Thread Dan
On Thursday, 25 October 2012 at 16:39:57 UTC, Dan wrote: From bug tracker I see that Proxy has a few issues, so this has likely been seen. But what would cause this error? tmp/c.d(16): Error: overloads pure nothrow @safe double(auto ref CcRate b) and pure nothrow @safe double(auto ref CcRate

Re: Proxy addition

2012-10-26 Thread cal
On Friday, 26 October 2012 at 15:14:56 UTC, Dan wrote: Still trying to understand this. I found that if I change the following in Proxy it this example (r1 + r2) works fine. Plus the unit tests that are there still work. But, honestly I don't understand why...yet. Thanks, Dan - From

Proxy addition

2012-10-25 Thread Dan
From bug tracker I see that Proxy has a few issues, so this has likely been seen. But what would cause this error? tmp/c.d(16): Error: overloads pure nothrow @safe double(auto ref CcRate b) and pure nothrow @safe double(auto ref CcRate b) both match argument list for opBinary The error