offa 7 лет назад
Родитель
Сommit
1678a03da6
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      include/detail/wrapper.h

+ 1
- 1
include/detail/wrapper.h Просмотреть файл

@@ -32,7 +32,7 @@ namespace sr::detail
public:

template<class TT, class G, std::enable_if_t<std::is_constructible_v<T, TT>, int> = 0>
explicit Wrapper(TT&& value, G&& g) noexcept(noexcept(Wrapper{value})) : Wrapper(value)
explicit Wrapper(TT&& value, G&& g) noexcept(noexcept(Wrapper{value})) : Wrapper(std::forward<TT>(value))
{
g.release();
}

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