mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
add default template instance
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
92eb2ec802
commit
81193fd550
21
src/math/interval/interval_mpq.cpp
Normal file
21
src/math/interval/interval_mpq.cpp
Normal file
|
@ -0,0 +1,21 @@
|
|||
/*++
|
||||
Copyright (c) 2012 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
interval_mpq.cpp
|
||||
|
||||
Abstract:
|
||||
|
||||
Instantiate template using defaults.
|
||||
|
||||
Author:
|
||||
|
||||
Leonardo de Moura (leonardo) 2012-10-31.
|
||||
|
||||
Revision History:
|
||||
|
||||
--*/
|
||||
#include"interval_def.h"
|
||||
|
||||
template class interval_manager<im_default_config>;
|
Loading…
Reference in a new issue