Commit cf203936d7ba74dfb567a92378476c3125010023

Behdad Esfahbod 2021-02-18T12:03:26

[aat] Unbreak builds Some compilers don't like this: ../src/hb-aat-layout-common.hh:732:9: error: declaration of 'using StateTable = struct AAT::StateTable<Types, EntryData>' changes meaning of 'StateTable' [-fpermissive] 732 | using StateTable = StateTable<Types, EntryData>;