mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
FairMQ: Explicitely mark dtor throwing to get rid of warning
This commit is contained in:
committed by
Mohammad Al-Turany
parent
d9595adf45
commit
43a06e3cc7
@@ -48,7 +48,7 @@ class TransportFactory : public FairMQTransportFactory
|
||||
|
||||
auto GetType() const -> Transport override;
|
||||
|
||||
~TransportFactory() override;
|
||||
~TransportFactory() noexcept(false) override;
|
||||
|
||||
private:
|
||||
void* fZmqContext;
|
||||
|
Reference in New Issue
Block a user