Explorar el Código

Formatting fixed.

main
offa hace 5 años
padre
commit
ce1944130c
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      include/unique_resource.h

+ 1
- 2
include/unique_resource.h Ver fichero

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

Cargando…
Cancelar
Guardar