Ah this was my case! Was trying to constexpr a uint8_t ptr to char * in a constexpr constructor for a string class.
Ah that’s what bitcast is for, neat!