From a8b140ad6d0c71cee073fdbfff423db9bdd40f56 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Thu, 19 Sep 2019 17:25:50 -0700 Subject: [PATCH] modules/conf: Remove noexcept to propagate termination. --- modules/conf.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/conf.cc b/modules/conf.cc index 3a946645e..2caa7d295 100644 --- a/modules/conf.cc +++ b/modules/conf.cc @@ -103,7 +103,7 @@ get_conf_item(const string_view &key, static void conf_updated(const m::event &event) -noexcept try +try { const auto &content { @@ -148,7 +148,7 @@ catch(const std::exception &e) static void conf_updated(const m::event::idx &event_idx) -noexcept try +try { static const m::event::fetch::opts fopts {