mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 10:50:24 +00:00
move std::function to header of sat-drat - alignment?
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c6263587c3
commit
74c61f49b4
2 changed files with 2 additions and 1 deletions
|
@ -35,6 +35,7 @@ namespace sat {
|
|||
if (s.get_config().m_drat_binary)
|
||||
std::swap(m_out, m_bout);
|
||||
}
|
||||
m_print_clause = nullptr;
|
||||
}
|
||||
|
||||
drat::~drat() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue