[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 and...@erdani.com 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 k.hara...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[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 k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #11

[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 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[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 bugzi...@digitalmars.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[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 --- 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:

[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 bugzi...@digitalmars.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[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 r.sagita...@gmx.de changed: What|Removed |Added CC||r.sagita...@gmx.de

[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 rayerd@gmail.com 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