This commit is contained in:
Scott E. Graves 2024-10-17 10:21:22 -05:00
parent 63ca3089da
commit 0bd7070ec5

View File

@ -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;