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
Fix#935: avoid the need to deallocate an object (#937)
The compiler is generating false positives. The solution (which is
actually the work of @sergeisakov, via offline communications) involves
slightly refactoring the code in a way that avoids creating a temporary
vector.
0 commit comments