rsmmr / hilti

**NOTE**: This is outdated and no longer maintained. There's a new version at https://github.com/zeek/spicy.
Other
40 stars 22 forks source link

[BinPAC++] Change the type returned by iterator::deref for iter<bytes… #18

Closed FrozenCaribou closed 7 years ago

FrozenCaribou commented 8 years ago

Simple hack to fix #16

In deref operator of iterators, the returned type is foced to int<8> for iter (because hilti code returns int8).

rsmmr commented 7 years ago

Looks like this was already merged, but not closed.