Commit 84cc083
committed
Use std::abort instead of std::exit for termination
Replaced std::exit with std::abort in the custom termination handler to better align with modern C++ practices and avoid the need for specific exit codes. Also removed a redundant self-include to clean up the header file.1 parent 404f6f4 commit 84cc083
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
33 | | - | |
| 31 | + | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
| |||
0 commit comments