Selaa lähdekoodia

test: linter utilities

Michele Caini 2 vuotta sitten
vanhempi
commit
f3a6fdbc02
1 muutettua tiedostoa jossa 11 lisäystä ja 0 poistoa
  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