Browse Source

config: removed ENTT_LAUNDER (unused)

Michele Caini 4 years ago
parent
commit
31c1278374
1 changed files with 0 additions and 7 deletions
  1. 0 7
      src/entt/config/config.h

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

@@ -17,13 +17,6 @@
 #    define ENTT_CATCH if(false)
 #    define ENTT_CATCH if(false)
 #endif
 #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
 #ifdef ENTT_USE_ATOMIC
 #    include <atomic>
 #    include <atomic>
 #    define ENTT_MAYBE_ATOMIC(Type) std::atomic<Type>
 #    define ENTT_MAYBE_ATOMIC(Type) std::atomic<Type>