فهرست منبع

test: const-correctness

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;
 }