﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
167	Generic-of-generic struct declaration cannot reuse typename	mlbrooks		"Example:
{{{
forall( dtype T )
struct a {};

forall( dtype T )
struct b {};

#ifdef THE_ERROR
  forall( dtype T )
  struct c {
    b(a(T)) thing;
  };
#else
  forall( dtype T2 )
  struct c {
    b(a(T2)) thing;
  };
#endif
}}}

With THE_ERROR, symptom is:
{{{
CFA Version 1.0.0 (debug)
CC1 Translator error: stage 2, child failed 11
}}}
"	defect	closed	minor	cfa-cc	1.0	duplicate		
