Explorar el Código

Trait implementation simplified.

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

+ 1
- 1
include/scope_success.h Ver fichero

@@ -44,8 +44,8 @@ namespace sr

template<class F>
struct is_noexcept_dtor<F, scope_success_strategy>
: public std::conditional_t<noexcept(std::declval<F>()()), std::true_type, std::false_type>
{
static inline constexpr bool value = noexcept(std::declval<F>()());
};

}

Cargando…
Cancelar
Guardar