macro keyword taken?

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun Aug 7 15:59:34 PDT 2011


So I wanted to make myself a template called "macro", but it turns out
it's a keyword:

template macro()
{
}

test.d(7): TemplateIdentifier expected following template
test.d(7): Declaration expected, not 'macro'

Is there something planned with this keyword?


More information about the Digitalmars-d mailing list