Hacker News new | ask | show | jobs
by jcelerier 1168 days ago
Successful compilation of UB is explicitly disallowed by the standard in a constexpr context
1 comments

Thanks, I wasn’t aware. Although that seems to be restricted to core language UB and not include standard-library UB: https://stackoverflow.com/a/72494688/623763