logoalt Hacker News

psyclobe04/24/20250 repliesview on HN

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!