Kaynağa Gözat

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

to true under any circumstances (see #58).
main
offa 7 yıl önce
ebeveyn
işleme
a92915998d
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. +0
    -1
      include/unique_resource.h

+ 0
- 1
include/unique_resource.h Dosyayı Görüntüle

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

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

Yükleniyor…
İptal
Kaydet