BeaR
Results
2
comments of
BeaR
in base/vmath.h: `vector2_base operator /(const T v) const { return vector3_base(x/v, y/v); }` should be `vector2_base()`
I would just replace it but choupom's idea also sounds viable