mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 13:39:49 +00:00
nits
This commit is contained in:
parent
661ccb3702
commit
a73e244db4
2 changed files with 3 additions and 5 deletions
|
@ -210,7 +210,7 @@ public:
|
|||
return *this;
|
||||
}
|
||||
|
||||
T const& operator*() const {
|
||||
T const & operator*() const {
|
||||
return *m_elem;
|
||||
}
|
||||
bool operator!=(dll_iterator const& other) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue