This commit is contained in:
Behdad Esfahbod 2018-08-02 01:36:08 -07:00
parent ff7826e90b
commit 6404c49d07
1 changed files with 3 additions and 1 deletions

View File

@ -587,7 +587,7 @@ struct BEInt<Type, 4>
/* /*
* Lazy struct and blob loaders. * Lazy loaders.
*/ */
template <unsigned int WheresFace, template <unsigned int WheresFace,
@ -649,6 +649,8 @@ struct hb_base_lazy_loader_t
mutable Stored *instance; mutable Stored *instance;
}; };
/* Specializations. */
template <unsigned int WheresFace, typename T> template <unsigned int WheresFace, typename T>
struct hb_lazy_loader_t : hb_base_lazy_loader_t<WheresFace, hb_lazy_loader_t<WheresFace, T>, T> struct hb_lazy_loader_t : hb_base_lazy_loader_t<WheresFace, hb_lazy_loader_t<WheresFace, T>, T>
{ {