We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83756e commit d2a30a8Copy full SHA for d2a30a8
1 file changed
src/common/StackTrace.h
@@ -75,9 +75,8 @@ inline void PrintStackTrace( const std::stacktrace& stackTrace = std::stacktrace
75
#else
76
77
inline void PrintStackTrace() {
78
- Log::Warn( "StackTrace unavailable: CPP23 required" );
79
}
80
81
#endif
82
83
-#endif // STACKTRACE_H
+#endif // STACKTRACE_H
0 commit comments