mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
bapa
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a27f083177
commit
1123b47fb7
13 changed files with 613 additions and 4 deletions
|
@ -43,6 +43,12 @@ public:
|
|||
m_old_value(value) {
|
||||
}
|
||||
|
||||
value_trail(T & value, T const& new_value):
|
||||
m_value(value),
|
||||
m_old_value(value) {
|
||||
m_value = new_value;
|
||||
}
|
||||
|
||||
~value_trail() override {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue