Hacker News new | ask | show | jobs
by aw1621107 76 days ago
Shouldn't control flow diverge if the assert is triggered when NDEBUG is not defined? Pretty sure assert is defined to call abort when triggered and that is tagged [[noreturn]].
1 comments

Sorry, yes, I misread you