Skip to content

Commit

Permalink
pop_back() for gcc runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmankoko committed Oct 22, 2023
1 parent 9aaf724 commit 60c5237
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/stdcpp/vector.d
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,8 @@ extern(D):

extern(C++) void clear();

extern(C++) void pop_back();

}
}

Expand Down

0 comments on commit 60c5237

Please sign in to comment.