Hi all,I'm working on removing the string mixins from my code, but have run into an issue:
http://dpaste.dzfl.pl/ecd7eb53947eAs far as I can tell, this should work; the enum should force compile-time execution (which it does, as evidenced by the pragma). I've worked around this by employing a string mixin, but it's not as clean:
http://dpaste.dzfl.pl/021c4a849b32 Any insight would be appreciated :)