We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15ede3 commit 615f1e4Copy full SHA for 615f1e4
src/adiar/internal/algorithms/quantify.h
@@ -128,7 +128,7 @@ namespace adiar::internal
128
/// \brief Zero-indexed value for statistics on the arity of a request.
129
//////////////////////////////////////////////////////////////////////////////////////////////////
130
template <typename Request>
131
- size_t
+ bool
132
__quantify_arity_idx(const Request& req)
133
{
134
return req.targets() - 1;
0 commit comments