3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 11:25:51 +00:00

address the NB's comments

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-03-19 13:54:02 -07:00
parent d028dd65e4
commit 9c62b431e4
16 changed files with 92 additions and 126 deletions

View file

@ -73,7 +73,6 @@ struct const_iterator_mon {
//typedefs
typedef const_iterator_mon self_type;
typedef factorization value_type;
typedef const factorization reference;
typedef int difference_type;
typedef std::forward_iterator_tag iterator_category;
@ -81,7 +80,7 @@ struct const_iterator_mon {
bool get_factors(factor& k, factor& j, rational& sign) const;
reference operator*() const;
factorization operator*() const;
void advance_mask();
self_type operator++();