Skip to content

Commit

Permalink
refactor(member): use non function arity
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Jul 7, 2024
1 parent f30f522 commit 9eaf92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rebind/member.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ namespace rebind
return make_array(inspect<T, I>().name...);
};

return unpack(std::make_index_sequence<arity<T>()>());
return unpack(std::make_index_sequence<rebind::arity<T>>());
}
} // namespace impl

Expand Down

0 comments on commit 9eaf92f

Please sign in to comment.