Explorar o código

test: linter utilities

Michele Caini %!s(int64=2) %!d(string=hai) anos
pai
achega
f3a6fdbc02
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      test/entt/common/linter.hpp

+ 11 - 0
test/entt/common/linter.hpp

@@ -0,0 +1,11 @@
+#ifndef ENTT_COMMON_LINTER_HPP
+#define ENTT_COMMON_LINTER_HPP
+
+namespace test {
+
+template<typename Type>
+void is_initialized(Type &) {}
+
+} // namespace test
+
+#endif