Lutger wrote:

> 
> True, it only adds AssertError and that could be replaced with regular
> asserts.
> 
> Thanks.

??? Regular asserts? When asserts in D fail, they throw an exception of type 
AssertError. So, unless you're talking about explicitly throwing an 
AssertError yourself (which seems rather silly to me), I don't know what you 
could mean by the difference of having an AssertError get thrown from having 
a "regular" assert.

- Jonathan M Davis

Reply via email to