mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
another module level ifdef for #4382
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d603bd7e3b
commit
c8c02060ee
4 changed files with 12 additions and 4 deletions
|
@ -35,9 +35,8 @@ namespace smt {
|
|||
|
||||
class nc_functor {
|
||||
literal_vector m_literals;
|
||||
seq_unicode& m_super;
|
||||
public:
|
||||
nc_functor(seq_unicode& s): m_super(s) {}
|
||||
nc_functor() {}
|
||||
void operator()(literal const& l) {
|
||||
if (l != null_literal) m_literals.push_back(l);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue