Am Mon, 7 Apr 2014 08:48:02 +0200
schrieb Andrej Mitrovic <[email protected]>:

> On 4/6/14, Gustavo <[email protected]> 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*

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

There I fixed it ;)

-- 
Marco

Reply via email to