[Issue 4855] New: When a class has private override member function, the function requires no return value type

2010-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4855 Summary: When a class has private override member function, the function requires no return value type Product: D Version: D2 Platform: Other OS/Version: Windows

[Issue 4855] When a class has private override member function, the function requires no return value type

2010-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4855 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 4855] When a class has private override member function, the function requires no return value type

2010-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4855 --- Comment #2 from Haruki Shigemori rayerd@gmail.com 2010-09-12 09:55:48 PDT --- Thank you for your reply. If this characteristic is a design of DMD, I will close this bug report. What do you think that both look like asymmetry? import

[Issue 4855] When a class has private override member function, the function requires no return value type

2010-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4855 --- Comment #3 from bearophile_h...@eml.cc 2010-09-12 11:14:20 PDT --- I don't know what's going on, but I suggest to keep this bug report open. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 4856] New: opDispatch does not work with specified template parameters

2010-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4856 Summary: opDispatch does not work with specified template parameters Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity:

[Issue 4851] Three suggestions for std.random

2010-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4851 --- Comment #1 from bearophile_h...@eml.cc 2010-09-12 18:56:32 PDT --- A fourth possible idea: RandomCover!(R, RandomGen) randomCover(R, RandomGen=Random)(R r, RandomGen gen=rndGen); -- Configure issuemail:

[Issue 4855] When a class has private override member function, the function requires no return value type

2010-09-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4855 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---