y3c-stl 0.3.3
Friendly C++ STL wrapper with automatic stacktrace
|
example output:
y3c-stl terminated: undefined behavior detected (ub_access_deleted)at y3c::vector<int>::iterator::operator*(): attempted to access the deleted value.Stack trace (most recent call first):#0 0x000055a82d55572e in main at /home/runner/work/y3c-stl/y3c-stl/build/../examples/vector-iter-reallocate.cc:8:186: y3c::vector<int>::iterator it = a.begin();7: a.resize(100);8: std::cout << *it << std::endl;9: }Definition array.h:8