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
Change iterators to packed range-based equivalent for (auto it&& : vec) (but not exactly that way, which makes element of ptr list no longer ptr as a side effect).
The text was updated successfully, but these errors were encountered:
Change iterators to packed range-based equivalent
for (auto it&& : vec)
(but not exactly that way, which makes element of ptr list no longer ptr as a side effect).The text was updated successfully, but these errors were encountered: