Hacker News new | ask | show | jobs
by psyclobe 419 days ago
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!