Prechádzať zdrojové kódy

stl: undef internal macros

skypjack 3 týždňov pred
rodič
commit
7d527e2633

+ 2 - 0
src/entt/stl/functional.hpp

@@ -48,4 +48,6 @@ struct identity {
 #endif
 #endif
 /*! @endcond */
 /*! @endcond */
 
 
+#undef ENTT_HAS_IDENTITY
+
 #endif
 #endif

+ 2 - 0
src/entt/stl/iterator.hpp

@@ -101,4 +101,6 @@ concept sentinel_for = input_or_output_iterator<It> && requires(Sentinel sentine
 } // namespace entt::stl
 } // namespace entt::stl
 /*! @endcond */
 /*! @endcond */
 
 
+#undef ENTT_HAS_ITERATOR_CONCEPTS
+
 #endif
 #endif

+ 2 - 0
src/entt/stl/memory.hpp

@@ -66,4 +66,6 @@ constexpr auto to_address(const Type &ptr) noexcept {
 #endif
 #endif
 /*! @endcond */
 /*! @endcond */
 
 
+#undef ENTT_HAS_TO_ADDRESS
+
 #endif
 #endif