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
detail::erase_if in HalfEdgeMesh.hpp takes its container by value, modifies the copy, and returns it. There are no call sites in the project — it is dead code.
Summary
detail::erase_ifinHalfEdgeMesh.hpptakes its container by value, modifies the copy, and returns it. There are no call sites in the project — it is dead code.Fix
Remove the function.
Conductor Track
M3