提交 2aff6d96 编写于 作者: B Behdad Esfahbod

[iter] Test that default-constructed iterators are empty

上级 f35e7eab
...@@ -72,6 +72,8 @@ test_iterator (Iter it) ...@@ -72,6 +72,8 @@ test_iterator (Iter it)
{ {
Iter default_constructed; Iter default_constructed;
assert (!default_constructed);
/* Iterate over a copy of it. */ /* Iterate over a copy of it. */
for (auto c = it.iter (); c; c++) for (auto c = it.iter (); c; c++)
*c; *c;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册