y3c-stl 0.3.3
Friendly C++ STL wrapper with automatic stacktrace
|
example output:
at y3c::vector<int>::at(): attempted to access index 100, that is outside the bounds of size 5.Stack trace (most recent call first):#0 0x0000561dad1bf710 in main at /home/runner/work/y3c-stl/y3c-stl/build/../examples/vector-at.cc:5:93: int main() {4: y3c::vector<int> a = {1, 2, 3, 4, 5};5: a.at(100) = 42;6: }Definition terminate.h:179Definition array.h:8