From: Behdad Esfahbod Date: Tue, 7 May 2019 22:56:51 +0000 (-0700) Subject: Add comment X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95426ea983bde01fadf4681926cb77e3b3c0d40a;p=platform%2Fupstream%2FlibHarfBuzzSharp.git Add comment --- diff --git a/src/hb-open-type.hh b/src/hb-open-type.hh index 2990b0d..2bfbee5 100644 --- a/src/hb-open-type.hh +++ b/src/hb-open-type.hh @@ -305,6 +305,7 @@ struct OffsetTo : Offset return ret; } + /* TODO: Somehow merge this with previous function into a serialize_dispatch(). */ template bool serialize_copy (hb_serialize_context_t *c, const Type &src, const void *base, Ts &&...ds) {