diff --git a/fairmq/FairMQChannel.cxx b/fairmq/FairMQChannel.cxx index 08585e83..391cae41 100644 --- a/fairmq/FairMQChannel.cxx +++ b/fairmq/FairMQChannel.cxx @@ -20,7 +20,7 @@ using namespace std; using namespace fair::mq; template -T GetPropertyOrDefault(const fair::mq::Properties& m, const string& k, const T& ifNotFound) noexcept +T GetPropertyOrDefault(const fair::mq::Properties& m, const string& k, const T& ifNotFound) { if (m.count(k)) { return boost::any_cast(m.at(k));