Browse Source

config: remove module-specific mismatch checks (we cannot protect everyone from themselves)

Michele Caini 4 years ago
parent
commit
4795ba83ba
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/entt/config/config.h

+ 0 - 3
src/entt/config/config.h

@@ -75,9 +75,6 @@
 #    pragma detect_mismatch("entt.version", ENTT_VERSION)
 #    pragma detect_mismatch("entt.noexcept", ENTT_XSTR(ENTT_TRY))
 #    pragma detect_mismatch("entt.id", ENTT_XSTR(ENTT_ID_TYPE))
-#    pragma detect_mismatch("entt.sparse", ENTT_XSTR(ENTT_SPARSE_PAGE))
-#    pragma detect_mismatch("entt.packed", ENTT_XSTR(ENTT_PACKED_PAGE))
-#    pragma detect_mismatch("entt.eto", ENTT_XSTR(ENTT_IGNORE_IF_EMPTY))
 #    pragma detect_mismatch("entt.nonstd", ENTT_XSTR(ENTT_NONSTD))
 #endif