Skip to content

Commit

Permalink
Update for_until return value
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJoube committed Oct 2, 2024
1 parent d0e9cd3 commit a36324d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/kwk/detail/algorithm/for_until.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace kwk
, [&](auto... is) { found = f(is...); }
);
loops();
return f;
return found;
}
}
}

0 comments on commit a36324d

Please sign in to comment.