Skip to content

Commit

Permalink
fix -Werror=pedantic
Browse files Browse the repository at this point in the history
  • Loading branch information
ndellingwood committed Sep 28, 2024
1 parent 0247634 commit a7dd657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/unit_test/TestViewTypedefs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,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 a7dd657

Please sign in to comment.