La nuova BBS è in fase Alpha. I post precedenti al 22 luglio 2024 potrebbero non essere trasferibili, ma rimarranno disponibili per la lettura su /old/.
I wish C didn't require valid code in unreachable branches.
-
I wish C didn't require valid code in unreachable branches. -
Wouldn't it be nice to have
if( 0 )
instead of#if 0
-
@a1ba would be very useful in rust too; would make conditional compilation much simpler to think about