Pārlūkot izejas kodu

Trait implementation simplified.

main
offa pirms 5 gadiem
vecāks
revīzija
95ebf99b3d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      include/scope_success.h

+ 1
- 1
include/scope_success.h Parādīt failu

@@ -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>()());
};

}

Notiek ielāde…
Atcelt
Saglabāt