Skip to content

Commit 615f1e4

Browse files
committed
Fix spurious 'array subscript' warning
1 parent e15ede3 commit 615f1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adiar/internal/algorithms/quantify.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ namespace adiar::internal
128128
/// \brief Zero-indexed value for statistics on the arity of a request.
129129
//////////////////////////////////////////////////////////////////////////////////////////////////
130130
template <typename Request>
131-
size_t
131+
bool
132132
__quantify_arity_idx(const Request& req)
133133
{
134134
return req.targets() - 1;

0 commit comments

Comments
 (0)