mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
refs #624 Remove noexcept from destructors, which are implicitly noexcept.
This commit is contained in:
@@ -345,7 +345,7 @@ namespace BlackMisc
|
||||
{
|
||||
public:
|
||||
//! Destructor. Applies deferred changes.
|
||||
~BatchGuard() Q_DECL_NOEXCEPT;
|
||||
~BatchGuard();
|
||||
|
||||
//! Deleted copy constructor. Class is move-only.
|
||||
BatchGuard(const BatchGuard &) = delete;
|
||||
|
||||
Reference in New Issue
Block a user