changed std::count test

[SVN r30288]
This commit is contained in:
Jeremy Siek
2005-07-28 15:41:07 +00:00
parent ce3fb4f640
commit e63353698b

View File

@@ -175,7 +175,7 @@ main()
}
{
typedef equal_op_first_archetype<> Left;
typedef input_iterator_archetype<Left> InIter;
typedef input_iterator_archetype<Left, 0, Left> InIter;
InIter in;
function_requires< InputIteratorConcept<InIter> >();
equal_op_second_archetype<> value(dummy_cons);