Skip to content

<stacktrace> support #200

@eternalcomet

Description

@eternalcomet

c++23 has introduced a new header , I can use it with g++ -std=c++23 -lstdc++_libbacktrace stacktrace.cpp -o test on Ubuntu gcc (13.2.0). However, mingw gcc doesn't define macro __cpp_lib_stacktrace, which will cause error on compilation.

How can I use on mingw gcc on Windows?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions