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?

Reply via email to