digitalmars.D.learn - What is __gate?
- HOSOKAWA Kenchi (5/5) Aug 07 2009 When I was migrating static to immutable, I found compiler messages:
- Don (2/9) Aug 10 2009 It's a bug. Please put a test case in bugzilla.
When I was migrating static to immutable, I found compiler messages: ": __gate is thread local" This message might be put when immutable variables are initialized in 'static this()'. I'm worried about it, please let me know what is this and how to avoid them. thanks,
Aug 07 2009
HOSOKAWA Kenchi wrote:When I was migrating static to immutable, I found compiler messages: ": __gate is thread local" This message might be put when immutable variables are initialized in 'static this()'. I'm worried about it, please let me know what is this and how to avoid them. thanks,It's a bug. Please put a test case in bugzilla.
Aug 10 2009