Browse Source

core: suppress linter warnings on type_info

Michele Caini 1 year ago
parent
commit
06a8b05cf8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/entt/core/fwd.hpp

+ 1 - 0
src/entt/core/fwd.hpp

@@ -27,6 +27,7 @@ using hashed_string = basic_hashed_string<char>;
 /*! @brief Aliases for common character types. */
 using hashed_wstring = basic_hashed_string<wchar_t>;
 
+// NOLINTNEXTLINE(bugprone-forward-declaration-namespace)
 struct type_info;
 
 } // namespace entt