Преглед изворни кода

Noexcept expression of scope_success corrected.

main
offa пре 7 година
родитељ
комит
1de76d07ba
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      include/scope_success.h

+ 1
- 1
include/scope_success.h Прегледај датотеку

@@ -77,7 +77,7 @@ namespace sr
other.release();
}

~scope_success() noexcept(noexcept(std::declval<EF>()))
~scope_success() noexcept(noexcept(std::declval<EF>()()))
{
if( ( m_execute_on_destruction == true ) && ( uncaught_exceptions() <= m_uncaught_on_creation ) )
{

Loading…
Откажи
Сачувај