offa 7 лет назад
Родитель
Сommit
41b2fdeead
1 измененных файлов: 2 добавлений и 1 удалений
  1. +2
    -1
      include/unique_resource.h

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

@@ -147,7 +147,8 @@ namespace sr
&& (std::is_nothrow_move_assignable_v<DD>
|| std::is_nothrow_copy_assignable_v<DD>), int> = 0
>
unique_resource& operator=(unique_resource&& other)
unique_resource& operator=(unique_resource&& other) noexcept(std::is_nothrow_assignable_v<R&, R>
&& std::is_nothrow_assignable_v<D&, D>)
{
if( this != &other )
{

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