Skip to content

Commit

Permalink
Added postincrement for vector iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
irygaev committed Mar 30, 2024
1 parent a44eb59 commit ee970d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FaCT++.Python/pyfactxx/lib_factxx.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ cdef extern from "<vector>" namespace "std":
cppclass iterator:
T operator*()
iterator operator++()
iterator operator++(int)
bint operator==(iterator)
bint operator!=(iterator)

Expand Down

0 comments on commit ee970d7

Please sign in to comment.