Changeset 176:aec9d144ecb1 in rrlib_util
- Timestamp:
- 06.02.2021 21:27:48 (3 years ago)
- Branch:
- 17.03
- Children:
- 177:2a43a96e4aef, 180:82182c74c2f8
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
exception/tTraceableExceptionBase.cpp
r168 r176 226 226 std::terminate_handler original_terminate = nullptr; 227 227 228 void terminate() noexcept228 __attribute__((__noreturn__)) void terminate() noexcept 229 229 { 230 230 try
Note: See TracChangeset
for help on using the changeset viewer.