Silence clangd warning

This commit is contained in:
Steven Dee (Jōshin) 2024-06-19 07:55:00 -07:00
parent 9f6e1030c0
commit cc2e97ed20
No known key found for this signature in database

View file

@ -372,7 +372,7 @@ class string
return &__b;
}
friend string strcat(string_view, string_view);
friend string strcat(string_view, string_view) noexcept;
union
{