forked from boostorg/concept_check
changed std::count test
[SVN r30288]
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user