[Issue 6642] SysTime should not be hasUnsharedAliasing

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Sep 10 16:07:39 PDT 2011


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


Jonathan M Davis <jmdavisProg at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisProg at gmx.com


--- Comment #1 from Jonathan M Davis <jmdavisProg at gmx.com> 2011-09-10 16:07:21 PDT ---
I would assume that the problem is that std.traits.hasUnsharedAliasing can't
properly handle SysTime's _timezone member variable (which is
Rebindable!(immutable TimeZone)). Glancing at hasUnsharedAliasing, I would
guess that hasUnsharedObjects needs to be fixed to take Rebindable into
account.

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