Selaa lähdekoodia

Throw removed as this would call std::terminate() as noexcept evaluates

to true under any circumstances (see #58).
main
offa 7 vuotta sitten
vanhempi
commit
a92915998d
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. +0
    -1
      include/unique_resource.h

+ 0
- 1
include/unique_resource.h Näytä tiedosto

@@ -87,7 +87,6 @@ namespace sr
catch( ... )
{
d(r);
throw;
}

template<class TR = R, class TD = D,

Loading…
Peruuta
Tallenna