RE: [GD-General] Feedback wanted on POSH
Brought to you by:
vexxed72
From: Crosbie F. <cr...@cy...> - 2003-11-19 18:00:37
|
> From: Garett Bass > I'm not sure I understand what you mean by "Unsized" here. If you're > defining char8 to be uint8, then its size is 8 bits. 'Unsized' as in "The code accommodates any size, but requires storage for something of a particular type" int is unsized in the sense its size is not known implicitly. In my example char_utf8 is unsized (even though defined in terms of the sized types char8 and uint8). |