mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
dealing with compilers that don't take typename in non-template classes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2800049dd4
commit
0708ecb543
9 changed files with 59 additions and 417 deletions
|
@ -141,8 +141,8 @@ Notes:
|
|||
// Described in Abio et.al. CP 2013.
|
||||
template<class psort_expr>
|
||||
class psort_nw {
|
||||
typedef typename psort_expr::literal literal;
|
||||
typedef typename psort_expr::literal_vector literal_vector;
|
||||
typedef typename psort_expr::pliteral literal;
|
||||
typedef typename psort_expr::pliteral_vector literal_vector;
|
||||
sorting_network_config m_cfg;
|
||||
|
||||
class vc {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue