Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmankoko committed Sep 3, 2024
1 parent 278bd54 commit 802aac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/stdcpp/vector.d
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ extern(D):

extern(C++) pointer end() nothrow;

~this();
extern(C++) ~this();
}
else version (CppRuntime_Clang)
{
Expand Down

0 comments on commit 802aac4

Please sign in to comment.