소스 검색

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…
취소
저장