diff --git a/src/hb-vector.hh b/src/hb-vector.hh index a6d9f6b3f..31b430fe1 100644 --- a/src/hb-vector.hh +++ b/src/hb-vector.hh @@ -35,7 +35,7 @@ template -struct hb_vector_t : std::conditional, hb_empty_t>::type +struct hb_vector_t { typedef Type item_t; static constexpr unsigned item_size = hb_static_size (Type);