mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
use type constrsaints for co-variant subtying to enable .net 3.5
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d4539b8887
commit
310c0f31a1
8 changed files with 48 additions and 48 deletions
|
@ -339,7 +339,7 @@ namespace Microsoft.Z3
|
|||
{
|
||||
Contract.Requires(args == null || Contract.ForAll(args, a => a != null));
|
||||
|
||||
Context.CheckContextMatch(args);
|
||||
Context.CheckContextMatch<Expr>(args);
|
||||
return Expr.Create(Context, this, args);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue