On Tuesday, 22 July 2014 at 07:27:46 UTC, Manu via Digitalmars-d wrote:
We have:
  this()   // instance constructor
  static this()  // thread-local static constructor

But what I need is:
  __gshared this()   // not-thread-local static constructor (?)

shared static this() { ... }

http://dlang.org/class#SharedStaticConstructor

Reply via email to