Procházet zdrojové kódy

core: suppress linter warnings on type_info

Michele Caini před 2 roky
rodič
revize
06a8b05cf8
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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