Skip to content
Snippets Groups Projects
Commit 240f9b0f authored by Adam Wardynski's avatar Adam Wardynski
Browse files

Add assert in atleast for n > 0

parent 2b86bd91
Branches
No related merge requests found
......@@ -22,6 +22,7 @@ public:
: Iteration(left_pos_expr, right_pos_expr, iter_var_acc, evaluating_expr),
min_matches_(min_matches)
{
BOOST_ASSERT(min_matches_ > 0);
}
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment