فهرست منبع

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>