Improving assert-printing in DMD

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Tue Sep 29 20:08:30 PDT 2015


On 09/29/2015 05:25 PM, John Colvin wrote:
> auto pass = getPassword();
> pass.clean();
> assert(pass == pass.toLower());
> //and on we go ...

Interesting angle, but it's not something we should worry about. -- Andrei


More information about the Digitalmars-d mailing list