Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete the Vec2D default constructor
Vec2D should be a plain-old-data type. We can still explicitly initialize it to zero using the value initialization syntax, e.g.: Vec2D vec2d = Vec2D(); Diffs= 9c3da38e3 Delete the Vec2D default constructor (#6388)
- Loading branch information