diff --git a/core/unit_test/TestViewTypedefs.cpp b/core/unit_test/TestViewTypedefs.cpp index 7cadc1f25bb..c3aa5c863a6 100644 --- a/core/unit_test/TestViewTypedefs.cpp +++ b/core/unit_test/TestViewTypedefs.cpp @@ -166,7 +166,7 @@ constexpr bool test_view_typedefs_impl() { static_assert(std::is_same_v); static_assert(std::is_same_v); return true; -}; +} // Helper function to unpack data type and other args from the View, and pass them on template