瀏覽代碼

Trait implementation simplified.

main
offa 5 年之前
父節點
當前提交
993bc8f593
共有 1 個檔案被更改,包括 1 行新增3 行删除
  1. +1
    -3
      include/detail/scope_guard_base.h

+ 1
- 3
include/detail/scope_guard_base.h 查看文件

@@ -37,12 +37,10 @@ namespace sr::detail


template<class F, class S>
struct is_noexcept_dtor
struct is_noexcept_dtor : public std::true_type
{
static inline constexpr bool value = true;
};


template<class F, class S>
inline constexpr bool is_noexcept_dtor_v = is_noexcept_dtor<F, S>::value;


Loading…
取消
儲存