Skip to content

Commit

Permalink
fix one more -Werror=pedantic
Browse files Browse the repository at this point in the history
Picked up with gcc/9.5.0 build
  • Loading branch information
ndellingwood committed Sep 30, 2024
1 parent fc38873 commit 8893bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/unit_tests/TestDynRankViewTypedefs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ constexpr bool test_view_typedefs_impl() {
static_assert(std::is_same_v<typename ViewType::data_handle_type, typename ViewType::pointer_type>);
static_assert(std::is_same_v<typename ViewType::reference, typename ViewType::reference_type>);
return true;
};
}

// Helper function to unpack data type and other args from the View, and pass them on
template<class T, class ... ViewArgs>
Expand Down

0 comments on commit 8893bdf

Please sign in to comment.