mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	Merge branch 'master' of https://github.com/Z3Prover/z3
This commit is contained in:
		
						commit
						a671560412
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -354,7 +354,7 @@ namespace z3 { | |||
|         Z3_error_code check_error() const { return m_ctx->check_error(); } | ||||
|         friend void check_context(object const & a, object const & b); | ||||
|     }; | ||||
|     inline void check_context(object const & a, object const & b) { assert(a.m_ctx == b.m_ctx); } | ||||
|     inline void check_context(object const & a, object const & b) { (void)a; (void)b; assert(a.m_ctx == b.m_ctx); } | ||||
| 
 | ||||
|     class symbol : public object { | ||||
|         Z3_symbol m_sym; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue