Add comment

This commit is contained in:
Behdad Esfahbod 2019-05-07 15:56:51 -07:00
parent e33ad25222
commit 95426ea983
1 changed files with 1 additions and 0 deletions

View File

@ -305,6 +305,7 @@ struct OffsetTo : Offset<OffsetType, has_null>
return ret;
}
/* TODO: Somehow merge this with previous function into a serialize_dispatch(). */
template <typename ...Ts>
bool serialize_copy (hb_serialize_context_t *c, const Type &src, const void *base, Ts &&...ds)
{