提交 839618de 编写于 作者: B Behdad Esfahbod

[serializer] Minor

上级 035b818e
......@@ -371,7 +371,7 @@ struct hb_serialize_context_t
}
template <typename Type>
Type *embed (const Type &obj)
{ return embed (&obj); }
{ return embed (hb_addressof (obj)); }
template <typename Type, typename ...Ts> auto
_copy (const Type &src, hb_priority<1>, Ts &&...ds) HB_RETURN
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册