Parse D parameterized template body
This commit is contained in:
parent
40499d7511
commit
296ecadf45
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user