There are exist question with similar question. But my question in another aspect.
My question about constexpr in c++ in general. I think that there must be requirement for the compilers, that any expression/statement/etc that could be done in compile time - is must be done in compile time. The compiler better know which things it could make during compilation.
Instead committee pull compiler-specific things to the user space. I think it is mistake.
Is exist some reasons to manage manually the compiler from the user code?