mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 14:23:40 +00:00
Remove typename from member declarations in bv_fixed class
This commit is contained in:
parent
6b66e81897
commit
39eaf62040
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ namespace sls {
|
||||||
class bv_eval;
|
class bv_eval;
|
||||||
|
|
||||||
class bv_fixed {
|
class bv_fixed {
|
||||||
typename bv_eval& ev;
|
bv_eval& ev;
|
||||||
typename bv_terms& terms;
|
bv_terms& terms;
|
||||||
ast_manager& m;
|
ast_manager& m;
|
||||||
bv_util& bv;
|
bv_util& bv;
|
||||||
sls::context& ctx;
|
sls::context& ctx;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue