On 8/28/13, Jacob Carlborg <[email protected]> wrote: > Yes, it's sometimes usable to be able to declare dummy types like this. > Especially now when we have UAD's (User Defined Attribute): > > enum foo; > > @foo bar ();
Good tip, I used to use structs for this but I wanted something non-instantiable.
