mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-04 08:06:29 +08:00
refs #624 Remove noexcept from destructors, which are implicitly noexcept.
This commit is contained in:
@@ -365,7 +365,7 @@ namespace BlackMisc
|
||||
return page;
|
||||
}
|
||||
|
||||
CValueCache::BatchGuard::~BatchGuard() Q_DECL_NOEXCEPT
|
||||
CValueCache::BatchGuard::~BatchGuard()
|
||||
{
|
||||
if (m_page)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user