https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108097
--- Comment #2 from cqwrteur <unlvsur at live dot com> ---
(In reply to cqwrteur from comment #1)
> #include<fast_io.h>
> #include<stacktrace>
>
> int main()
> {
> for(auto const & e : std::stacktrace::current())
> {
> println(std::to_string(e));
> }
> }
btw windows support for std::stacktrace when? libbacktrace does support Windows
but libstdc++ does not.
