浏览代码

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

}

正在加载...
取消
保存