浏览代码

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

Michele Caini 4 年之前
父节点
当前提交
9c6950d163
共有 1 个文件被更改,包括 3 次插入3 次删除
  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:
 public:
     /*! @brief Character type. */
     /*! @brief Character type. */
-    using value_type = typename basic_hashed_string::value_type;
+    using value_type = typename base_type::value_type;
     /*! @brief Unsigned integer 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. */
     /*! @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.
      * @brief Returns directly the numeric representation of a string view.