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
When adding a new header, you receive an index to use to refer to that header. However, when you erase something from the vector, that has the chance to slide around. So if you then try to delete it, the result is some furious, fruitless debugging and some lost hair.
The text was updated successfully, but these errors were encountered:
When adding a new header, you receive an index to use to refer to that header. However, when you erase something from the vector, that has the chance to slide around. So if you then try to delete it, the result is some furious, fruitless debugging and some lost hair.
The text was updated successfully, but these errors were encountered: