D 1.076 Alpha for Windows 64 bits, works with VS 2010

Jacob Carlborg doob at me.com
Mon Oct 1 11:36:17 PDT 2012


On 2012-10-01 19:23, Jonathan M Davis wrote:

> If you really need to declare new exception types all that often, I'd be
> inclined to think that you're creating a lot of needless exception types. But
> even if that's not the case and you really need many, new exception types with
> no extra member variables, it's trivial to create a mixin for doing that,
> though you don't get any ddoc if you do that.

It's not that many in a single project but I have projects and I prefer 
to have at least one exception base class in each.

Yeah, mixins and ddoc does not go hand in hand.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list