dangmoody / HLML

Auto-generated maths library for C and C++ based on HLSL/Cg
24 stars 1 forks source link

Some operators have double reference operators (&&) when there should only be one. #47

Closed dangmoody closed 3 years ago

dangmoody commented 3 years ago

Noticed this in operator+= for instance in some vector types.

dangmoody commented 3 years ago

Looks like I've fixed all of the occurrences of this.

Tests didn't pick this up, and it should have done. I'll look into how that managed to get past.