Skip to content

Commit bbe537f

Browse files
committed
Support Unknown System build with BACKWARD_SYSTEM_UNKNOWN in user take stack trace case.
1 parent 90398ee commit bbe537f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backward.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,7 @@ template <typename TAG> class StackTraceImpl {
727727
}
728728
size_t thread_id() const { return 0; }
729729
void skip_n_firsts(size_t) {}
730+
void *const *begin() const { return nullptr; }
730731
};
731732

732733
class StackTraceImplBase {

0 commit comments

Comments
 (0)