Pārlūkot izejas kodu

test: shared empty type

Michele Caini 2 gadi atpakaļ
vecāks
revīzija
9a362b39bf
1 mainītis faili ar 10 papildinājumiem un 0 dzēšanām
  1. 10 0
      test/entt/common/empty.h

+ 10 - 0
test/entt/common/empty.h

@@ -0,0 +1,10 @@
+#ifndef ENTT_COMMON_EMPTY_HPP
+#define ENTT_COMMON_EMPTY_HPP
+
+namespace test {
+
+struct empty {};
+
+} // namespace test
+
+#endif