On 09/30/2015 05:08 AM, Andrei Alexandrescu wrote:
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

There's also the possibility of failing assertions within toString functions causing stack overflows.

Reply via email to