refactor
This commit is contained in:
@@ -44,7 +44,7 @@ struct repertory_exception_handler final
|
||||
}
|
||||
};
|
||||
|
||||
static std::unique_ptr<repertory_exception_handler> handler{([]() -> auto * {
|
||||
std::unique_ptr<repertory_exception_handler> handler{([]() -> auto * {
|
||||
auto *ptr = new repertory_exception_handler{};
|
||||
repertory::utils::error::set_exception_handler(ptr);
|
||||
return ptr;
|
||||
|
Reference in New Issue
Block a user