mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 01:18:13 +00:00
Add max-size to static-size objects
This commit is contained in:
parent
e322949b9b
commit
8eb7889fd4
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ static inline Type& StructAfter(TObject &X)
|
|||
unsigned int get_size () const { return (size); } \
|
||||
static constexpr unsigned null_size = (size); \
|
||||
static constexpr unsigned min_size = (size); \
|
||||
static constexpr unsigned max_size = (size); \
|
||||
static constexpr unsigned static_size = (size)
|
||||
|
||||
#define DEFINE_SIZE_UNION(size, _member) \
|
||||
|
|
Loading…
Add table
Reference in a new issue