Skip to content

Commit

Permalink
meta: linter directive on is_meta_pointer_like
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed May 30, 2024
1 parent c455289 commit 2b07fae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/entt/meta/pointer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {};

Expand Down

0 comments on commit 2b07fae

Please sign in to comment.