Переглянути джерело

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

to true under any circumstances (see #58).
main
offa 7 роки тому
джерело
коміт
a92915998d
1 змінених файлів з 0 додано та 1 видалено
  1. +0
    -1
      include/unique_resource.h

+ 0
- 1
include/unique_resource.h Переглянути файл

catch( ... ) catch( ... )
{ {
d(r); d(r);
throw;
} }


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

Завантаження…
Відмінити
Зберегти