Преглед изворни кода

Trait implementation simplified.

main
offa пре 5 година
родитељ
комит
95ebf99b3d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      include/scope_success.h

+ 1
- 1
include/scope_success.h Прегледај датотеку

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

}

Loading…
Откажи
Сачувај