mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 13:29:11 +00:00 
			
		
		
		
	DoC: fix bug I previously introduced in insert
Signed-off-by: Nuno Lopes <a-nlopes@microsoft.com>
This commit is contained in:
		
							parent
							
								
									9828b26379
								
							
						
					
					
						commit
						7d599fa047
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -174,7 +174,6 @@ public:
 | 
			
		|||
        for ( ; i < sz; ++i, ++j) {
 | 
			
		||||
            if (m.contains(*m_elems[i], *t)) {
 | 
			
		||||
                found = true;
 | 
			
		||||
                break;
 | 
			
		||||
            }
 | 
			
		||||
            if (m.contains(*t, *m_elems[i])) {
 | 
			
		||||
                m.deallocate(m_elems[i]);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue