提交 7a00f7eb 编写于 作者: B Behdad Esfahbod

Remove hb_auto_array_t

上级 be458eb0
...@@ -424,8 +424,6 @@ struct hb_auto_t : Type ...@@ -424,8 +424,6 @@ struct hb_auto_t : Type
void init (void) {} void init (void) {}
void fini (void) {} void fini (void) {}
}; };
template <typename Type>
struct hb_auto_array_t : hb_auto_t <hb_vector_t <Type> > {};
#define HB_LOCKABLE_SET_INIT {HB_VECTOR_INIT} #define HB_LOCKABLE_SET_INIT {HB_VECTOR_INIT}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册