[iter] Minor
This commit is contained in:
parent
fb053b6333
commit
2ea79e0340
|
@ -78,7 +78,7 @@ test_iterator (Iterator it)
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename Iterable> static void
|
template <typename Iterable> static void
|
||||||
test_iterable (Iterable &lst)
|
test_iterable (Iterable &lst = Null(Iterable))
|
||||||
{
|
{
|
||||||
// Test that can take iterator from.
|
// Test that can take iterator from.
|
||||||
test_iterator (lst.iter ());
|
test_iterator (lst.iter ());
|
||||||
|
|
Loading…
Reference in New Issue