[Issue 5679] Type aliasing "this" from an access function defined in base class confuses the compiler about the type of objects

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Apr 22 23:37:41 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=5679


SomeDude <lovelydear at mailmetrash.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lovelydear at mailmetrash.com


--- Comment #1 from SomeDude <lovelydear at mailmetrash.com> 2012-04-22 23:38:39 PDT ---
After changing
class Derived: public Base {
by
class Derived: Base {
in line 15 to remove the deprecation error, the sample compiles and runs fine
on 2.059.

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