From fdf7cf394414860628b39534d899de47152848bb Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 7 Sep 2017 19:38:34 +0800 Subject: Small code simplifications --- src/diff.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/diff.hh') diff --git a/src/diff.hh b/src/diff.hh index cb28921c..49c5b504 100644 --- a/src/diff.hh +++ b/src/diff.hh @@ -168,7 +168,7 @@ void find_diff_rec(Iterator a, int begA, int endA, append_diff(diffs, {Diff::Keep, suffix_len, 0}); } -template::value_type>> +template> Vector find_diff(Iterator a, int N, Iterator b, int M, Equal eq = Equal{}) { const int max = 2 * (N + M) + 1; -- cgit v1.2.3