mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
local changes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5908e24728
commit
d686448356
1 changed files with 1 additions and 1 deletions
|
@ -719,7 +719,7 @@ namespace datalog {
|
|||
T& operator*() { return *m_t; }
|
||||
const T& operator*() const { return *m_t; }
|
||||
operator bool() const { return m_t!=0; }
|
||||
T* get() { return m_t; }
|
||||
T* get() const { return m_t; }
|
||||
/**
|
||||
\brief Remove object from \c scoped_rel without deleting it.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue