`next` branch, problem is essentially the title. Given ```cpp const Vector3 a{ ... }; const Vector3 b{ ... }; ``` one essentially can't do ```cpp const auto c = a + b; ```