mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-30 19:22:28 +00:00 
			
		
		
		
	fix build
This commit is contained in:
		
							parent
							
								
									50873c8094
								
							
						
					
					
						commit
						d13f1310a7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -317,7 +317,7 @@ namespace dd { | |||
|     inline pdd operator*(int x, pdd const& b) { return b * rational(x); } | ||||
|     inline pdd operator*(pdd const& b, int x) { return b * rational(x); } | ||||
| 
 | ||||
|     inline pdd operator+(rational const& r, pdd& b) { return b + r; } | ||||
|     inline pdd operator+(rational const& r, const pdd& b) { return b + r; } | ||||
|     inline pdd operator+(int x, pdd const& b) { return b + rational(x); } | ||||
|     inline pdd operator+(pdd const& b, int x) { return b + rational(x); } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue