On 5/9/2016 4:38 AM, Nordlöw wrote:
Would that include comparison of variables only aswell?float f = 1.3; double d = 1.3; assert(f == d); // compiler warning
No.
On 5/9/2016 4:38 AM, Nordlöw wrote:
Would that include comparison of variables only aswell?float f = 1.3; double d = 1.3; assert(f == d); // compiler warning
No.