Minor
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 7 May 2019 21:26:03 +0000 (14:26 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 7 May 2019 21:26:03 +0000 (14:26 -0700)
src/hb-serialize.hh

index dc9cc82..ccb7af9 100644 (file)
@@ -393,7 +393,7 @@ struct hb_serialize_context_t
   { return _copy (src, hb_prioritize, hb_forward<Ts> (ds)...); }
 
   template <typename Type>
-  hb_serialize_context_t &operator << (const Type &obj) { embed (obj); return *this; }
+  hb_serialize_context_t& operator << (const Type &obj) & { embed (obj); return *this; }
 
   template <typename Type>
   Type *extend_size (Type &obj, unsigned int size)