-
-
Notifications
You must be signed in to change notification settings - Fork 219
Open
Description
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
Labels
No labels