• B
    Add sanitizer reference_table, also fix clang build · e7737b41
    Behdad Esfahbod 提交于
    Clang is being really peculiar.  Fix with:
    
    -  inline hb_blob_t *sanitize (hb_blob_t *blob) { return c->sanitize<Type> (blob); }
    +  inline hb_blob_t *sanitize (hb_blob_t *blob) { return c[0].template/*clang idiosyncrasy*/sanitize_blob<Type> (blob); }
    e7737b41
hb-ot-post-table.hh 8.9 KB