Explorar o código

view: cannot also please the linter when unpacking like this

Michele Caini hai 1 ano
pai
achega
d726bd761c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/entt/entity/view.hpp

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

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