Преглед изворни кода

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>