Parcourir la source

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

to true under any circumstances (see #58).
main
offa il y a 7 ans
Parent
révision
a92915998d
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. +0
    -1
      include/unique_resource.h

+ 0
- 1
include/unique_resource.h Voir le fichier

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

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

Chargement…
Annuler
Enregistrer