提交 08f1eede 编写于 作者: B Behdad Esfahbod

Minor

上级 2c9d6485
...@@ -1242,24 +1242,9 @@ struct MarkMarkPos ...@@ -1242,24 +1242,9 @@ struct MarkMarkPos
}; };
struct ContextPos : Context struct ContextPos : Context {};
{
template <typename context_t>
inline typename context_t::return_t process (context_t *c) const
{
return Context::process (c);
}
};
struct ChainContextPos : ChainContext
{
template <typename context_t>
inline typename context_t::return_t process (context_t *c) const
{
return ChainContext::process (c);
}
};
struct ChainContextPos : ChainContext {};
struct ExtensionPos : Extension struct ExtensionPos : Extension
{ {
......
...@@ -874,24 +874,9 @@ struct LigatureSubst ...@@ -874,24 +874,9 @@ struct LigatureSubst
}; };
struct ContextSubst : Context struct ContextSubst : Context {};
{
template <typename context_t>
inline typename context_t::return_t process (context_t *c) const
{
return Context::process (c);
}
};
struct ChainContextSubst : ChainContext
{
template <typename context_t>
inline typename context_t::return_t process (context_t *c) const
{
return ChainContext::process (c);
}
};
struct ChainContextSubst : ChainContext {};
struct ExtensionSubst : Extension struct ExtensionSubst : Extension
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册