"Steven Schveighoffer" <[email protected]> wrote in message news:[email protected]... > > > All of the rest of your points are solved with static if(__ctfe) > > -Steve
You can't use __ctfe with static if - you can only use it where a runtime variable would be used.
