0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-10 05:58:56 +02:00

modules/conf: Remove noexcept to propagate termination.

This commit is contained in:
Jason Volk 2019-09-19 17:25:50 -07:00
parent 966e2ce17e
commit a8b140ad6d

View file

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