diff --git a/src/hb-iter-private.hh b/src/hb-iter-private.hh index 410a50f94..039a77348 100644 --- a/src/hb-iter-private.hh +++ b/src/hb-iter-private.hh @@ -72,7 +72,7 @@ struct Iter array (array_), length (length_) {} /* Emptiness. */ - inline operator bool (void) const { return bool (length); } + explicit inline operator bool (void) const { return bool (length); } /* Current item. */ inline T &operator * (void)