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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Martin Nowak <[email protected]> 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: -------