[Issue 9501] Struct std.mmfile.MmFile?

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 12 17:54:44 PST 2013


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


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> 2013-02-12 17:54:43 PST ---
Yes, std.mmfile.MmFile should be a struct. It doesn't use polymorphism and has
no need to be a class. But making it a struct would break all code that uses
it, so we're arguably stuck with it being the way that it is.

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