updated build system

This commit is contained in:
2025-02-20 14:46:14 -06:00
parent c11445c09c
commit 5df16f02a4
3 changed files with 54 additions and 20 deletions

View File

@@ -119,6 +119,9 @@ struct spdlog_exception_handler final : public i_exception_handler {
void handle_warn(std::string_view function_name,
std::string_view msg) const override;
private:
iostream_exception_handler fallback{};
};
#endif // defined(PROJECT_ENABLE_SPDLOG) && defined(PROJECT_ENABLE_V2_ERRORS)