On 21.04.2012 18:41, H. S. Teoh wrote: [snip]
How do I make it module-global without being compile-time evaluated??
No idea ;)
But as a workaround:
Global blah;
static this(){
blah = ...;
}
--
Dmitry Olshansky
On 21.04.2012 18:41, H. S. Teoh wrote: [snip]
How do I make it module-global without being compile-time evaluated??
No idea ;)
But as a workaround:
Global blah;
static this(){
blah = ...;
}
--
Dmitry Olshansky