Typo in Types page

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun Apr 6 23:48:02 PDT 2014


On 4/6/14, Gustavo <gbuschle at hotmail.com> wrote:
> In the page http://dlang.org/type.html I believe there is a typo
> stating that bool is 1 byte instead of 1 bit.

static assert(byte.sizeof == 1);  // 1 *byte*


More information about the Digitalmars-d mailing list