Преглед на файлове

Using the parameter.

main
offa преди 7 години
родител
ревизия
8d249a7fd7
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  1. +1
    -3
      include/unique_resource.h

+ 1
- 3
include/unique_resource.h Целия файл

@@ -31,11 +31,9 @@ namespace sr

explicit unique_resource_t(Ressource&& res, Deleter&& deleter, bool shouldrun = true) noexcept : m_resource(std::move(res)),
m_deleter(std::move(deleter)),
m_execute_on_destruction(true)
m_execute_on_destruction(shouldrun)

{
static_cast<void>(res);
static_cast<void>(shouldrun);
}



Loading…
Отказ
Запис