D 1.076 and 2.061 release

Jacob Carlborg doob at me.com
Fri Jan 4 02:53:05 PST 2013


On 2013-01-03 22:31, Pierre Rouleau wrote:

> FWIW, you can see some info here:
> http://forum.dlang.org/thread/k7afq6$2832$1@digitalmars.com

Funny thing, the syntax in the original post by Walter was deprecated 
from the beginning. The correct syntax is:

@(4) int a;

Or

struct Foo
{
     int b;
}

@Foo(3) int c;

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list