Просмотр исходного кода

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

to true under any circumstances (see #58).
main
offa 8 лет назад
Родитель
Сommit
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,

Загрузка…
Отмена
Сохранить