[iter] Export operator << / >>
This commit is contained in:
parent
84a25d79c6
commit
6521d5b201
|
@ -110,6 +110,8 @@ struct hb_iter_t
|
|||
using Name::operator --; \
|
||||
using Name::operator +; \
|
||||
using Name::operator -; \
|
||||
using Name::operator >>; \
|
||||
using Name::operator <<; \
|
||||
static_assert (true, "")
|
||||
|
||||
/* Returns iterator type of a type. */
|
||||
|
|
Loading…
Reference in New Issue