Add max-size to static-size objects

pull/4345/head
Behdad Esfahbod 1 year ago
parent e322949b9b
commit 8eb7889fd4
  1. 1
      src/hb-machinery.hh

@ -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…
Cancel
Save