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 index copy constructor by retaining array based index
Array based indexing caused segfaults sometimes when the index object was not
immidiately consumed by the indexing operations. This PR fixes this by
retaining the index array on the copy constructor
0 commit comments