[Issue 2120] scope class assignment doesn't copy the whole class content

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu May 22 03:11:11 PDT 2008


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


bugzilla at digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #2 from bugzilla at digitalmars.com  2008-05-22 05:11 -------
Classes are by reference, not by value. This is by design, and the behavior you
are seeing is typical reference semantics. Not a bug.


-- 



More information about the Digitalmars-d-bugs mailing list