[Issue 1010] Abstract class template does not compile when parametrized with char[]

2009-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1010 s...@iname.com changed: What|Removed |Added CC||s...@iname.com Status|NEW

[Issue 1010] Abstract class template does not compile when parametrized with char[]

2009-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1010 --- Comment #5 from clugd...@yahoo.com.au 2009-04-23 04:15 --- (In reply to comment #4) > Example and DStress test cases compile in D1.041. The DStress test cases fail > in D2, because the template parameter is declared as a char[] ra

[Issue 1010] Abstract class template does not compile when parametrized with char[]

2009-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1010 --- Comment #4 from g...@nwawudu.com 2009-04-23 04:05 --- Example and DStress test cases compile in D1.041. The DStress test cases fail in D2, because the template parameter is declared as a char[] rather than a string. C:\> dmd temp

[Issue 1010] Abstract class template does not compile when parametrized with char[]

2008-12-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1010 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] --- Comment