y3c-stl 0.3.3
Friendly C++ STL wrapper with automatic stacktrace
|
example output:
0x7ffeba03aff0: 420x7ffeba03aff4: y3c-stl terminated: undefined behavior detected (ub_out_of_range)at y3c::wrap<int*>::operator*(): attempted to access index 1, that is outside the bounds of size 1.Stack trace (most recent call first):#0 0x0000563b8ac817f4 in main at /home/runner/work/y3c-stl/y3c-stl/build/../examples/ptr-inc.cc:10:318: std::cout << p << ": " << *p << std::endl;9: p++;10: std::cout << p << ": " << *p << std::endl;11: }Definition array.h:8