Skip to content

Commit

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

extern(C++) bool empty() const @safe @nogc;

extern(C++) void clear();

}
}
Expand Down

0 comments on commit 9aaf724

Please sign in to comment.