Explorar o código

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

Michele Caini %!s(int64=4) %!d(string=hai) anos
pai
achega
4795ba83ba
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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