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
ENH: Use std::vector instead of raw new[] in QuadEdgeMesh test
Replace raw `new PointIdentifier[]` with `std::vector<PointIdentifier>`
and `std::iota` in TestCellInterface and TestQECellInterface. This
resolves core.CallAndMessage scan-build findings where the analyzer
could not verify value-initialization of raw new[] arrays.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments