From 95426ea983bde01fadf4681926cb77e3b3c0d40a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 7 May 2019 15:56:51 -0700 Subject: [PATCH] Add comment --- src/hb-open-type.hh | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.7.4