@@ -6,7 +6,7 @@
namespace entt::stl {
using namespace std;
-static constexpr auto entt_ext_algorithm = true;
+inline constexpr auto entt_ext_algorithm = true;
} // namespace entt::stl
/*! @endcond */
-static constexpr auto entt_ext_array = true;
+inline constexpr auto entt_ext_array = true;
-static constexpr auto entt_ext_atomic = true;
+inline constexpr auto entt_ext_atomic = true;
-static constexpr auto entt_ext_bit = true;
+inline constexpr auto entt_ext_bit = true;
-static constexpr auto entt_ext_concepts = true;
+inline constexpr auto entt_ext_concepts = true;
-static constexpr auto entt_ext_cstddef = true;
+inline constexpr auto entt_ext_cstddef = true;
-static constexpr auto entt_ext_cstdint = true;
+inline constexpr auto entt_ext_cstdint = true;
-static constexpr auto entt_ext_functional = true;
+inline constexpr auto entt_ext_functional = true;
-static constexpr auto entt_ext_iterator = true;
+inline constexpr auto entt_ext_iterator = true;
-static constexpr auto entt_ext_memory = true;
+inline constexpr auto entt_ext_memory = true;
-static constexpr auto entt_ext_string = true;
+inline constexpr auto entt_ext_string = true;
-static constexpr auto entt_ext_string_view = true;
+inline constexpr auto entt_ext_string_view = true;
-static constexpr auto entt_ext_tuple = true;
+inline constexpr auto entt_ext_tuple = true;
-static constexpr auto entt_ext_type_traits = true;
+inline constexpr auto entt_ext_type_traits = true;
-static constexpr auto entt_ext_utility = true;
+inline constexpr auto entt_ext_utility = true;
-static constexpr auto entt_ext_vector = true;
+inline constexpr auto entt_ext_vector = true;