Fix bots
This commit is contained in:
parent
0cf7d957b7
commit
221ce6c18f
|
@ -1116,7 +1116,7 @@ struct hb_vector_size_t
|
|||
}
|
||||
|
||||
private:
|
||||
static_assert (byte_size / sizeof (elt_t) * sizeof (elt_t) == byte_size);
|
||||
static_assert (byte_size / sizeof (elt_t) * sizeof (elt_t) == byte_size, "");
|
||||
elt_t v[byte_size / sizeof (elt_t)];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue