You never asked for CTFE.CTFE only happens when it *has* to - when you write code that specifically asks for or requires it.
What is a good way to try to force it? Using enum? Then optionally copying the value once to avoid the "manifest constant" copy/paste behaviour, where applicable?