3
0
Fork 0
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:
Nikolaj Bjorner 2022-08-23 20:20:51 -07:00
parent c6263587c3
commit 74c61f49b4
2 changed files with 2 additions and 1 deletions

View file

@ -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() {