Vector operators `+`, `==` and `-` are not `const`
Closed this issue · 2 comments
GregTheMadMonk commented
next
branch, problem is essentially the title.
Given
const Vector3 a{ ... };
const Vector3 b{ ... };
one essentially can't do
const auto c = a + b;
RobLoach commented
Those would be great to have 👍... Are you able to add them?
Vanny-Chuck commented
@GregTheMadMonk Can you close this? It helps people find the real problems.