mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
Removing the "uint8*" methods from SerializationFormat.
They conflict with the "char" version, so that other classes would now pick the wrong one. Added a bit of casting to HLL to use the "char" versions instead.
This commit is contained in:
parent
a8ac7d8a5b
commit
de5bb65ff7
4 changed files with 4 additions and 38 deletions
|
@ -54,7 +54,6 @@ public:
|
|||
DECLARE_WRITE(type)
|
||||
|
||||
DECLARE_IO(int)
|
||||
DECLARE_IO(uint8)
|
||||
DECLARE_IO(uint16)
|
||||
DECLARE_IO(uint32)
|
||||
DECLARE_IO(int64)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue