We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7a344 commit bdcc707Copy full SHA for bdcc707
1 file changed
libs/s25main/Debug.h
@@ -21,7 +21,7 @@ class DebugInfo
21
DebugInfo();
22
~DebugInfo();
23
24
- static stacktrace_t GetStackTrace(void* ctx = nullptr) noexcept;
+ static stacktrace_t GetStackTrace(void* ctx = nullptr) noexcept(false);
25
26
bool Send(const void* buffer, size_t length);
27
bool SendSigned(int32_t i);
0 commit comments