Hash : 88ef3c5a Author : Date : 2022-06-28T23:26:49
[reorg] Change OT::Layout::GPOS to OT::Layout::GPOS_impl.
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef OT_LAYOUT_GPOS_CONTEXTPOS_HH #define OT_LAYOUT_GPOS_CONTEXTPOS_HH namespace OT { namespace Layout { namespace GPOS_impl { struct ContextPos : Context {}; } } } #endif /* OT_LAYOUT_GPOS_CONTEXTPOS_HH */