Skip to content

no stacktrace header file in the compiler.. #501

@snowmcat89

Description

@snowmcat89

i tried to use std::stacktrace and found that it doesn't work, probably the g++ doesn't include it...is there a way to fix that?

PS C:\Users\Quibix\Desktop\test> g++ -std=c++23 -o test .\test.cpp
.\test.cpp:2:10: fatal error: 'stacktrace' file not found
2 | #include <stacktrace>
|
1 error generated.
PS C:\Users\Quibix\Desktop\test>

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