Przeglądaj źródła

hashed_string: I managed to crash clang but I remain humble and try to help it :)

Michele Caini 4 lat temu
rodzic
commit
9c6950d163
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      src/entt/core/hashed_string.hpp

+ 3 - 3
src/entt/core/hashed_string.hpp

@@ -100,11 +100,11 @@ class basic_hashed_string: internal::basic_hashed_string<Char> {
 
 public:
     /*! @brief Character type. */
-    using value_type = typename basic_hashed_string::value_type;
+    using value_type = typename base_type::value_type;
     /*! @brief Unsigned integer type. */
-    using size_type = typename basic_hashed_string::size_type;
+    using size_type = typename base_type::size_type;
     /*! @brief Unsigned integer type. */
-    using hash_type = typename basic_hashed_string::hash_type;
+    using hash_type = typename base_type::hash_type;
 
     /**
      * @brief Returns directly the numeric representation of a string view.