Parse D parameterized template body

This commit is contained in:
Nick Treleaven 2012-01-06 12:48:08 +00:00
parent 40499d7511
commit 296ecadf45

View File

@ -2887,7 +2887,7 @@ static void tagCheck (statementInfo *const st)
/* D structure templates */
if (isLanguage (Lang_d) &&
(st->declaration == DECL_CLASS || st->declaration == DECL_STRUCT ||
st->declaration == DECL_INTERFACE))
st->declaration == DECL_INTERFACE || st->declaration == DECL_NAMESPACE))
qualifyBlockTag (st, prev2);
else
{