We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcba79c commit 03112e4Copy full SHA for 03112e4
include/samurai/subset/node.hpp
@@ -112,7 +112,7 @@ namespace samurai
112
return std::apply(
113
[this, &start_fct, &end_fct](auto&& arg, auto&&... args)
114
{
115
- if constexpr (std::is_same_v<Op, DifferenceOp>)
+ if constexpr (std::is_same_v<Op, DifferenceOp> && d == 0)
116
117
return std::make_tuple(std::move(arg.template get_start_and_stop_function<d>(
118
m_start_end_op.template start<d>(std::forward<Func_start>(start_fct)),
0 commit comments