: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: anshulaggarwal987654321 at gmail dot com
Target Milestone: ---
after calling pop_back on an empty vector, the vector.size() doesnt display
zero and displays a large value UINT64_MAX.
this leads to inconsistency and
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89758
--- Comment #1 from anshul aggarwal
---
uncomfirmed : the dataStructure might try to "free" unowned memory
: 7.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: anshulaggarwal987654321 at gmail dot com
Target Milestone: ---
Created attachment 45988
--> ht