From 8893bdf4edee1804cae2426cfde890cc38aaf1df Mon Sep 17 00:00:00 2001 From: Nathan Ellingwood Date: Mon, 30 Sep 2024 11:18:45 -0600 Subject: [PATCH] fix one more -Werror=pedantic Picked up with gcc/9.5.0 build --- containers/unit_tests/TestDynRankViewTypedefs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/unit_tests/TestDynRankViewTypedefs.cpp b/containers/unit_tests/TestDynRankViewTypedefs.cpp index e29e07d2c8d..be084c1bebe 100644 --- a/containers/unit_tests/TestDynRankViewTypedefs.cpp +++ b/containers/unit_tests/TestDynRankViewTypedefs.cpp @@ -167,7 +167,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