registry: defaulted trivial destructor with implicit noexcept specification
This commit is contained in:
@@ -363,7 +363,7 @@ public:
|
||||
}
|
||||
|
||||
/*! @brief Default destructor. */
|
||||
~basic_registry() noexcept(false) {}
|
||||
~basic_registry() = default;
|
||||
|
||||
/**
|
||||
* @brief Default copy assignment operator, deleted on purpose.
|
||||
|
||||
Reference in New Issue
Block a user