Add comment
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 7 May 2019 22:56:51 +0000 (15:56 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 7 May 2019 22:56:51 +0000 (15:56 -0700)
src/hb-open-type.hh

index 2990b0d..2bfbee5 100644 (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)
   {