Avec constexpr, on ne peut pas s'en sortir?

par exemple, la fonction suivante est bien pure:

constexpr int half(int n){
return n/2;
}