refs #624 Remove noexcept from destructors, which are implicitly noexcept.

This commit is contained in:
Mathew Sutcliffe
2016-03-19 21:07:56 +00:00
parent c26a6fef8b
commit b33781717e
6 changed files with 8 additions and 8 deletions

View File

@@ -365,7 +365,7 @@ namespace BlackMisc
return page;
}
CValueCache::BatchGuard::~BatchGuard() Q_DECL_NOEXCEPT
CValueCache::BatchGuard::~BatchGuard()
{
if (m_page)
{