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

meta: linter directive on is_meta_pointer_like

Michele Caini пре 1 година
родитељ
комит
2b07fae839
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/entt/meta/pointer.hpp

+ 1 - 0
src/entt/meta/pointer.hpp

@@ -23,6 +23,7 @@ struct is_meta_pointer_like<Type *>
  * @tparam N Number of elements of the array.
  */
 template<typename Type, std::size_t N>
+// NOLINTNEXTLINE(modernize-avoid-c-arrays)
 struct is_meta_pointer_like<Type (*)[N]>
     : std::false_type {};