Browse Source

stl: typo

skypjack 1 month ago
parent
commit
cabdc1d1e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/entt/stl/iterator.hpp

+ 1 - 1
src/entt/stl/iterator.hpp

@@ -6,7 +6,7 @@
 /*! @cond ENTT_INTERNAL */
 /*! @cond ENTT_INTERNAL */
 namespace entt::stl {
 namespace entt::stl {
 
 
-#ifdef ENTT_FORCE_STL
+#ifndef ENTT_FORCE_STL
 #    if __has_include(<version>)
 #    if __has_include(<version>)
 #        include <version>
 #        include <version>
 #
 #