Skip to content

Commit

Permalink
resize for gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmankoko committed Oct 22, 2023
1 parent d0ffdfd commit 67f3fea
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 @@ -800,6 +800,8 @@ extern(D):

extern(C++) void reserve(size_t __n);

extern(C++) void resize(size_t __n);

}
}

Expand Down

0 comments on commit 67f3fea

Please sign in to comment.