Michele Caini пре 2 година
родитељ
комит
bdd213009c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      test/entt/core/ident.cpp

+ 1 - 1
test/entt/core/ident.cpp

@@ -27,5 +27,5 @@ TEST(Ident, Uniqueness) {
 
 TEST(Identifier, SingleType) {
     using id = entt::ident<a_type>;
-    [[maybe_unused]] std::integral_constant<id::value_type, id::value<a_type>> ic;
+    [[maybe_unused]] const std::integral_constant<id::value_type, id::value<a_type>> ic;
 }