ソースを参照

hashed_string: nit

Michele Caini 3 年 前
コミット
92c2fd9409
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/entt/core/hashed_string.hpp

+ 1 - 0
src/entt/core/hashed_string.hpp

@@ -73,6 +73,7 @@ class basic_hashed_string: internal::basic_hashed_string<Char> {
         // non-explicit constructor on purpose
         // non-explicit constructor on purpose
         constexpr const_wrapper(const Char *str) noexcept
         constexpr const_wrapper(const Char *str) noexcept
             : repr{str} {}
             : repr{str} {}
+
         const Char *repr;
         const Char *repr;
     };
     };