diff --git a/src/hb-algs.hh b/src/hb-algs.hh index f0f13302a..f10e27939 100644 --- a/src/hb-algs.hh +++ b/src/hb-algs.hh @@ -215,7 +215,6 @@ struct hb_pair_t typedef hb_pair_t pair_t; hb_pair_t (T1 a, T2 b) : first (a), second (b) {} - hb_pair_t (const pair_t& o) : first (o.first), second (o.second) {} template xp = hb_pair_t (nullptr, 0); xp = hb_pair_t (nullptr, 1); + xp = hb_pair_t (nullptr, 1); return 0; }