[Issue 10107] New: Allow to store "newed" class and struct instances in TLS

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri May 17 08:59:45 PDT 2013


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

           Summary: Allow to store "newed" class and struct instances in
                    TLS
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: code at dawg.eu


--- Comment #0 from Martin Nowak <code at dawg.eu> 2013-05-17 08:59:44 PDT ---
class Foo
{
}

Foo foo = new Foo();

----

This is a followup of bug 9941.

NB:

https://github.com/D-Programming-Language/dmd/pull/1724#issuecomment-15456975

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