소스 검색

view: cannot also please the linter when unpacking like this

Michele Caini 1 년 전
부모
커밋
d726bd761c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/entt/entity/view.hpp

+ 1 - 0
src/entt/entity/view.hpp

@@ -19,6 +19,7 @@ namespace entt {
 namespace internal {
 
 template<typename... Type>
+// NOLINTNEXTLINE(misc-redundant-expression)
 static constexpr bool tombstone_check_v = ((sizeof...(Type) == 1u) && ... && (Type::storage_policy == deletion_policy::in_place));
 
 template<typename Type>