y3c-stl 0.3.3
Friendly C++ STL wrapper with automatic stacktrace
Loading...
Searching...
No Matches
terminate-throw-any.cc

‍example output:

y3c-stl terminated: unsupported type exception thrown, but that's not from y3c-stl.
The following stack trace may be inaccurate.
Stack trace (most recent call first):
#0 0x000055b96f7df1bc in main at /home/runner/work/y3c-stl/y3c-stl/build/../examples/terminate-throw-any.cc:5:11
3: int main(){
4: y3c::link();
5: throw 1000;
6: }
Definition array.h:8
#include <y3c/wrap>
int main(){
throw 1000;
}
void link()
Definition terminate.h:167