Archived

This forum has been archived. Please start a new discussion on GitHub.

ICE::Byte Range inconsistency

Hi,
i've ssen in the ice 3.3.1 manual tha range of Ice::Byte
Ice::byte range is −128 - +127

but in the code i see that ice::byte is:
typedef unsigned char Byte;

there is an inconsistency ?

Comments