提交 183be8f4 编写于 作者: B Behdad Esfahbod

[iter] Minor

上级 6cd96ba1
......@@ -199,7 +199,7 @@ struct hb_is_sorted_iterator { enum {
*/
template <typename C, typename V> inline void
hb_fill (const C& c, const V &v)
hb_fill (C& c, const V &v)
{
for (typename C::iter_t i (c); i; i++)
hb_assign (*i, v);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册