Explorar o código

config: removed ENTT_LAUNDER (unused)

Michele Caini %!s(int64=4) %!d(string=hai) anos
pai
achega
31c1278374
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  1. 0 7
      src/entt/config/config.h

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

@@ -17,13 +17,6 @@
 #    define ENTT_CATCH if(false)
 #endif
 
-#if defined(__cpp_lib_launder) && __cpp_lib_launder >= 201606L
-#    include <new>
-#    define ENTT_LAUNDER(expr) std::launder(expr)
-#else
-#    define ENTT_LAUNDER(expr) expr
-#endif
-
 #ifdef ENTT_USE_ATOMIC
 #    include <atomic>
 #    define ENTT_MAYBE_ATOMIC(Type) std::atomic<Type>