[Issue 3243] New: Mixin 'static this()' bring on a compiler message ': __gate is thread local'
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Aug 10 11:35:23 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3243
Summary: Mixin 'static this()' bring on a compiler message ':
__gate is thread local'
Product: D
Version: 2.031
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P3
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: hskwk at inter7.jp
template T() {
static this() {
}
}
class C {
mixin T;
}
Compiling this code (with -vtls) brings on a compiler message
: __gate is thread local
I do not know what does this message mean.
Please mark keywords for this issue if you know anything about this message.
--
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