mirror of
https://github.com/boostorg/concept_check.git
synced 2025-08-01 05:24:47 +02:00
removed use of trivial iterator
[SVN r20490]
This commit is contained in:
@@ -129,14 +129,6 @@ main()
|
||||
|
||||
//===========================================================================
|
||||
// Iterator Concepts
|
||||
{
|
||||
typedef trivial_iterator_archetype<null_archetype<> > Iter;
|
||||
function_requires< TrivialIteratorConcept<Iter> >();
|
||||
}
|
||||
{
|
||||
typedef mutable_trivial_iterator_archetype<null_archetype<> > Iter;
|
||||
function_requires< Mutable_TrivialIteratorConcept<Iter> >();
|
||||
}
|
||||
{
|
||||
typedef input_iterator_archetype<null_archetype<> > Iter;
|
||||
function_requires< InputIteratorConcept<Iter> >();
|
||||
|
@@ -4,10 +4,10 @@
|
||||
// "as is" without express or implied warranty, and with no claim as
|
||||
// to its suitability for any purpose.
|
||||
|
||||
#include <boost/concept_check.hpp>
|
||||
#include <boost/concept_archetype.hpp>
|
||||
#include <algorithm>
|
||||
#include <numeric>
|
||||
#include <boost/concept_check.hpp>
|
||||
#include <boost/concept_archetype.hpp>
|
||||
|
||||
/*
|
||||
|
||||
|
Reference in New Issue
Block a user