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
We take a reference to something and pass it to a function, which can
reallocate the memory which the reference is pointing to. The reference
may continue to work until something else is allocated into that part
of memory.
0 commit comments