Sfoglia il codice sorgente

core: suppress linter warnings on type_info

Michele Caini 2 anni fa
parent
commit
06a8b05cf8
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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