Skip to content

Commit

Permalink
Update sn3d.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Nov 11, 2024
1 parent 84bff0e commit b9e7f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sn3d.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

#ifdef ENABLE_STACKTRACE
#include <stacktrace>
#define STACKTRACEIFSUPPORTED std::to_string(std::stacktrace::current())
#define STACKTRACEIFSUPPORTED "Stacktrace:\n" << std::stacktrace::current()
#else
#define STACKTRACEIFSUPPORTED "std::stacktrace not supported"
#endif
Expand Down

0 comments on commit b9e7f97

Please sign in to comment.