Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Dec 30, 2024
1 parent c506737 commit 2196306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/FunctionFusion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace util {
* @return The object returned by the called subfunction
*/
template <typename Function, int... Shared, int... Selected, typename... Arguments>
auto apply_function_fusion_call(std::tuple<Arguments...>&& args,
auto apply_function_fusion_call(const std::tuple<Arguments...>& args,
const Sequence<Shared...>& /*shared*/,
const Sequence<Selected...>& /*selected*/)
-> decltype(Function::call(
Expand Down

0 comments on commit 2196306

Please sign in to comment.