Skip to content

Commit

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

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

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


}
}

Expand Down

0 comments on commit 6dd1c96

Please sign in to comment.