www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - dmd v0.94 template miss-name crash

--[bug4.d]--
template fooBar(T)
{
	char[] fooBar(T a) {
	}
}

void main() {
	fooBar2!(int)(5);
}


D:\D\src\build\temp>dmd bug4.d
template instance fooBar2!(int) identifier 'fooBar2' is not defined
<crash>

Regan.

-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Jun 28 2004