[Issue 3318] [PATCH]Rebindable.get is not accessible

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Aug 31 07:56:06 PDT 2010


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


Simen Kjaeraas <simen.kjaras at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|]Rebindable.get is not      |[PATCH]Rebindable.get is
                   |accessible                  |not accessible


--- Comment #1 from Simen Kjaeraas <simen.kjaras at gmail.com> 2010-08-31 07:55:51 PDT ---
This is the fix - replace this line(746 in 2.048) in std/typecons.d:
            alias original get;
with this:
            @property
            ref T get( ) {
            return original;
            }

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