[Issue 9055] Compiler segfaults on forward reference to auto-return member function
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jan 4 02:04:19 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9055
--- Comment #6 from Don <clugdbug at yahoo.com.au> 2013-01-04 02:04:17 PST ---
Better test case:
class Bug9055
{
typeof( Bug9055.b() ) x;
auto b(){ return 0; }
}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list