parent
							
								
									5b17790ba5
								
							
						
					
					
						commit
						6fa8a99101
					
				| 
						 | 
				
			
			@ -101,6 +101,11 @@ public:
 | 
			
		|||
    assert(T && "getTerminator returned null!");
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  inline const _Self &operator=(const _Self &I) {
 | 
			
		||||
    assert(Term == I.Term &&"Cannot assign iterators to two different blocks!");
 | 
			
		||||
    idx = I.idx;
 | 
			
		||||
  }
 | 
			
		||||
    
 | 
			
		||||
  inline bool operator==(const _Self& x) const { return idx == x.idx; }
 | 
			
		||||
  inline bool operator!=(const _Self& x) const { return !operator==(x); }
 | 
			
		||||
  
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue