Andrei Alexandrescu:
Or would "static if (__ctfe)" work? -- Andrei
Currently it doesn't work, because __ctfe is a run-time variable. Walter originally tried and failed to make it a compile-time variable.
Bye, bearophile
Andrei Alexandrescu:
Or would "static if (__ctfe)" work? -- Andrei
Currently it doesn't work, because __ctfe is a run-time variable. Walter originally tried and failed to make it a compile-time variable.
Bye, bearophile