[Issue 3282] The overload and override issue of const/immutable member functions

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3282 Andrei Alexandrescu changed: What|Removed |Added Version|2.031 |D2 --

[Issue 3282] The overload and override issue of const/immutable member functions

2012-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3282 Kenji Hara changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 3282] The overload and override issue of const/immutable member functions

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3282 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #11 from Kenji Hara 201

[Issue 3282] The overload and override issue of const/immutable member functions

2012-01-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3282 timon.g...@gmx.ch changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Issue 3282] The overload and override issue of const/immutable member functions

2012-01-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3282 Walter Bright changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 3282] The overload and override issue of const/immutable member functions

2012-01-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3282 --- Comment #8 from timon.g...@gmx.ch 2012-01-23 16:39:10 PST --- Furthermore, this works, of course: class B{ void f(int){} void f(int)immutable{} void f(int)shared{} } -- Configure issuemail: http://d.puremagic.com/issues/userpr

[Issue 3282] The overload and override issue of const/immutable member functions

2012-01-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3282 timon.g...@gmx.ch changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Issue 3282] The overload and override issue of const/immutable member functions

2012-01-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3282 Walter Bright changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 3282] The overload and override issue of const/immutable member functions

2012-01-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3282 timon.g...@gmx.ch changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 3282] The overload and override issue of const/immutable member functions

2012-01-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3282 Walter Bright changed: What|Removed |Added Resolution|FIXED |WORKSFORME -- Configure issuemail: ht

[Issue 3282] The overload and override issue of const/immutable member functions

2012-01-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3282 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3282] The overload and override issue of const/immutable member functions

2010-01-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3282 --- Comment #3 from Haruki Shigemori 2010-01-30 23:34:40 PST --- This problem's characteristics changed at dmd2.040. import std.stdio; class Base { string f() { return "Base.f()"; } } class Derived : Base { string f()

[Issue 3282] The overload and override issue of const/immutable member functions

2010-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3282 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #2 fr

[Issue 3282] The overload and override issue of const/immutable member functions

2009-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3282 --- Comment #1 from Haruki Shigemori 2009-10-19 03:22:09 PDT --- This problem occurs when "const" is "shared". -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---