Add noexcept qualifications on the plugin side

See the last few commits.
This commit is contained in:
Robbert van der Helm
2021-05-14 17:50:12 +02:00
parent 8ba6e4a937
commit 37257298a1
7 changed files with 36 additions and 22 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ class PluginBridge {
io_context.run();
}) {}
virtual ~PluginBridge(){};
virtual ~PluginBridge() noexcept {};
protected:
/**