You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vector and Vector2D are in need of an overhaul to ensure as much as possible of both types are constexpr-capable, and their code can be simplified a bit.
Methods returning data should be marked with [[nodiscard]].
The text was updated successfully, but these errors were encountered:
Vector
andVector2D
are in need of an overhaul to ensure as much as possible of both types are constexpr-capable, and their code can be simplified a bit.Methods returning data should be marked with
[[nodiscard]]
.The text was updated successfully, but these errors were encountered: