mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	fix #6267
This commit is contained in:
		
							parent
							
								
									49064252ac
								
							
						
					
					
						commit
						b55ad5f20e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1149,8 +1149,8 @@ namespace smt {
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
    void theory_special_relations::get_specrels(func_decl_set& rels) const {
 | 
			
		||||
        for (auto [f, r] : m_relations)
 | 
			
		||||
            rels.insert(m_util.get_relation(r->m_decl));
 | 
			
		||||
        for (auto [f, r] : m_relations) 
 | 
			
		||||
            rels.insert(r->m_decl);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue