mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +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_fixed {
|
||||
typename bv_eval& ev;
|
||||
typename bv_terms& terms;
|
||||
bv_eval& ev;
|
||||
bv_terms& terms;
|
||||
ast_manager& m;
|
||||
bv_util& bv;
|
||||
sls::context& ctx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue