3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-27 13:39:49 +00:00
This commit is contained in:
Nikolaj Bjorner 2025-06-30 08:37:32 -07:00
parent 661ccb3702
commit a73e244db4
2 changed files with 3 additions and 5 deletions

View file

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