Skip to content

Commit

Permalink
add pop_back to StatePost
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajsic committed Jul 24, 2024
1 parent 7c3f5d0 commit c5d1db2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/mata/nfa/delta.hh
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public:
using super::push_back;
// is adding non-const version as well ok?
using super::back;
using super::pop_back;
using super::filter;

using super::erase;
Expand Down

0 comments on commit c5d1db2

Please sign in to comment.