 
            
            
            
            
                6 May
                
                    2004
                
            
            
                6 May
                
                '04
                
            
            
            
        
    
                2:53 p.m.
            
        Thorsten Ottosen wrote:
Let's assume this library is to be called Range Traits with RangeConcept, ExternalRangeConcept and, ExternalReversibleRangeConcept, can John/Mathew then find a reasonable name for their concept:
crange<T> r = make_range( vector ); while( r ) { ++r; *r; }
could they call their stuff TraversableRangeConcept or EnumerableRangeConcept or IteratorRangeConcept?
Why invent a new concept? This is an Iterator that is ConvertibleToBool.