On Mon, 13 Oct 2014 16:08:07 +0000
ponce via Digitalmars-d <[email protected]> wrote:

> Work-around I see a lot in C++:
> 
> ---------------
> 
> bool filled = true;
> drawCircle(filled);
> 
> ---------------
> 
> instead of:
> 
> ---------------
> 
> drawCircle(true);
> 
> ---------------

it's not the same, i thing. for this we have Flag in std.typecons, for
example.

Attachment: signature.asc
Description: PGP signature

Reply via email to