y3c-stl 0.3.3
Friendly C++ STL wrapper with automatic stacktrace
|
example output:
y3c-stl terminated: undefined behavior detected (ub_access_nullptr)at y3c::wrap<int*>::operator*(): attempted to access the value of nullptr.Stack trace (most recent call first):#0 0x000055cdac73b5a8 in main at /home/runner/work/y3c-stl/y3c-stl/build/../examples/ptr-null.cc:5:133: int main() {5: int v = *a;6: }ポインタ型wrap: element_type型のデータへのポインタと、 このポインタ自体の生存状態を管理するクラスDefinition wrap.h:318Definition array.h:8