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
The default copy/move for PathStorage leaves Path pointing to the
previous storage, which could be a temporary. We could implement the
copy/move operations, but they would need to copy the path storage small
vector in general, which is slower than constructing it directly.
rdar://160154209
(cherry picked from commit e4d082f)
0 commit comments